Beispiel #1
0
 /**
  * Put the access token to the laravel session manager.
  *
  * @param  string $token
  * @return void
  */
 public function putSessionToken($token)
 {
     $this->session->put('access_token', $token);
 }