PHP 클래스 SocialiteProviders\Manager\OAuth2\AbstractProvider

상속: extends Laravel\Socialite\Two\AbstractProvider, implements SocialiteProviders\Manager\Contracts\OAuth2\ProviderInterface, use trait SocialiteProviders\Manager\ConfigTrait
파일 보기 프로젝트 열기: socialiteproviders/manager 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$credentialsResponseBody array

공개 메소드들

메소드 설명
serviceContainerKey ( $providerName )
user ( ) : SocialiteProviders\Manager\OAuth2\User

보호된 메소드들

메소드 설명
parseAccessToken ( string $body ) : string Get the access token from the token response body.
parseExpiresIn ( string $body ) : string Get the expires in from the token response body.
parseRefreshToken ( string $body ) : string Get the refresh token from the token response body.

메소드 상세

parseAccessToken() 보호된 메소드

Get the access token from the token response body.
protected parseAccessToken ( string $body ) : string
$body string
리턴 string

parseExpiresIn() 보호된 메소드

Get the expires in from the token response body.
protected parseExpiresIn ( string $body ) : string
$body string
리턴 string

parseRefreshToken() 보호된 메소드

Get the refresh token from the token response body.
protected parseRefreshToken ( string $body ) : string
$body string
리턴 string

serviceContainerKey() 공개 정적인 메소드

public static serviceContainerKey ( $providerName )

user() 공개 메소드

public user ( ) : SocialiteProviders\Manager\OAuth2\User
리턴 SocialiteProviders\Manager\OAuth2\User

프로퍼티 상세

$credentialsResponseBody 보호되어 있는 프로퍼티

protected array $credentialsResponseBody
리턴 array