class Community extends AbstractService (View source)

Methods

TokenInterface
parseAccessTokenResponse(string $responseBody)

Parses the access token response and returns a TokenInterface.

UriInterface
getAuthorizationEndpoint()

Returns the authorization API endpoint.

UriInterface
getAccessTokenEndpoint()

Returns the access token API endpoint.

getAuthorizationMethod()

No description

Details

protected TokenInterface parseAccessTokenResponse(string $responseBody)

Parses the access token response and returns a TokenInterface.

Parameters

string $responseBody

Return Value

TokenInterface

Exceptions

TokenResponseException

UriInterface getAuthorizationEndpoint()

Returns the authorization API endpoint.

Return Value

UriInterface

UriInterface getAccessTokenEndpoint()

Returns the access token API endpoint.

Return Value

UriInterface

protected getAuthorizationMethod()

No description