$properties
$properties
AccessToken - used to manage OAuth access tokens
create(mixed $code, mixed $redirect_uri, mixed $authentication) : \Simplify_AccessToken
Creates an OAuth access token
mixed | $code |
|
mixed | $redirect_uri | = this must be the redirect_uri set in the apps configuration |
mixed | $authentication |
|
refresh(mixed $authentication) : \Simplify_AccessToken
Refreshes the current token. The access_token and refresh_token values will be updated.
mixed | $authentication |
|
revoke(mixed $authentication) : \Simplify_AccessToken
<p>Revokes a token from further use.
mixed | $authentication |
|