interface ResourceTypeHandlerInterface

OAuth2 resource type handler interface.

Methods

handle(string $accessToken, array $options = [])

Handle corresponding resource type logic.

Details

at line 31
AccessTokenInterface handle(string $accessToken, array $options = [])

Handle corresponding resource type logic.

Parameters

string $accessToken Access token for checking
array $options Additional options for this handler

Return Value

AccessTokenInterface The stored access token with meta information