Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AuthBucket
OAuth2
ResourceType
ResourceTypeHandlerInterface
PHP 인터페이스 AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface
저자:
Wong Hoi Sing Edison (
[email protected]
)
파일 보기
프로젝트 열기: authbucket/oauth2
공개 메소드들
메소드
설명
handle
(
string
$accessToken
,
array
$options
= [] ) :
AuthBucket\OAuth2\Model\AccessTokenInterface
Handle corresponding resource type logic.
메소드 상세
handle()
공개
메소드
Handle corresponding resource type logic.
public
handle
(
string
$accessToken
,
array
$options
= [] ) :
AuthBucket\OAuth2\Model\AccessTokenInterface
$accessToken
string
Access token for checking
$options
array
Additional options for this handler
리턴
AuthBucket\OAuth2\Model\AccessTokenInterface
The stored access token with meta information