Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
plugins
OAuth2
Storage
AuthorizationCodeInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
OAuth2\Storage
;
4
12
interface
AuthorizationCodeInterface
13
{
21
const
RESPONSE_TYPE_CODE
=
"code"
;
22
49
public
function
getAuthorizationCode
($code);
50
71
public
function
setAuthorizationCode
($code, $client_id, $user_id, $redirect_uri, $expires, $scope =
null
);
72
85
public
function
expireAuthorizationCode
($code);
86
}
php
OAuth2\Storage\AuthorizationCodeInterface\getAuthorizationCode
getAuthorizationCode($code)
OAuth2\Storage\AuthorizationCodeInterface
Definition:
AuthorizationCodeInterface.php:13
OAuth2\Storage\AuthorizationCodeInterface\RESPONSE_TYPE_CODE
const RESPONSE_TYPE_CODE
Definition:
AuthorizationCodeInterface.php:21
OAuth2\Storage\AuthorizationCodeInterface\setAuthorizationCode
setAuthorizationCode($code, $client_id, $user_id, $redirect_uri, $expires, $scope=null)
OAuth2\Storage
Definition:
AccessTokenInterface.php:3
OAuth2\Storage\AuthorizationCodeInterface\expireAuthorizationCode
expireAuthorizationCode($code)
Generated by
1.8.20