saveAccessToken() protected method
Saves token as persistent state.
| protected $this saveAccessToken ( yii\authclient\OAuthToken $token ) | ||
|---|---|---|
| $token | yii\authclient\OAuthToken |
Auth token |
| return | $this |
The object itself. |
saveAccessToken() protected method
Saves token as persistent state.
| protected $this saveAccessToken ( yii\authclient\OAuthToken $token ) | ||
|---|---|---|
| $token | yii\authclient\OAuthToken |
Auth token |
| return | $this |
The object itself. |
Please login to continue.