SocialiteProviders\Manager\OAuth2\AbstractProvider::parseRefreshToken PHP 메소드

parseRefreshToken() 보호된 메소드

Get the refresh token from the token response body.
protected parseRefreshToken ( string $body ) : string
$body string
리턴 string
    protected function parseRefreshToken($body)
    {
        return Arr::get($body, 'refresh_token');
    }