Cheetah
plugins
OAuth2
Storage
JwtBearerInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
OAuth2\Storage
;
4
15
interface
JwtBearerInterface
16
{
26
public
function
getClientKey
($client_id, $subject);
27
54
public
function
getJti
($client_id, $subject, $audience, $expiration, $jti);
55
73
public
function
setJti
($client_id, $subject, $audience, $expiration, $jti);
74
}
OAuth2\Storage\JwtBearerInterface\getClientKey
getClientKey($client_id, $subject)
php
OAuth2\Storage\JwtBearerInterface\setJti
setJti($client_id, $subject, $audience, $expiration, $jti)
OAuth2\Storage\JwtBearerInterface\getJti
getJti($client_id, $subject, $audience, $expiration, $jti)
OAuth2\Storage
Definition:
AccessTokenInterface.php:3
OAuth2\Storage\JwtBearerInterface
Definition:
JwtBearerInterface.php:16
Generated by
1.8.20