Overtrue\Socialite\AccessToken::getToken PHP Method

getToken() public method

Return the access token string.
public getToken ( ) : string
return string
    public function getToken()
    {
        return $this->getAttribute('access_token');
    }