Beispiel #1
0
 public function authorize()
 {
     $_SESSION['trakt_oauth_state'] = $this->provider->state;
     return $this->provider->authorize();
 }