[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 216 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
GitHub:: (8 methods):
__construct()
getAuthorizationEndpoint()
getAccessTokenEndpoint()
getAuthorizationMethod()
parseAccessTokenResponse()
getExtraOAuthHeaders()
getExtraApiHeaders()
getScopesDelimiter()
__construct(CredentialsInterface $credentials,ClientInterface $httpClient,TokenStorageInterface $storage,$scopes = [],?UriInterface $baseApiUri = null) X-Ref |
Fully manage public keys. |
getAuthorizationEndpoint() X-Ref |
{@inheritdoc} |
getAccessTokenEndpoint() X-Ref |
{@inheritdoc} |
getAuthorizationMethod() X-Ref |
{@inheritdoc} |
parseAccessTokenResponse($responseBody) X-Ref |
{@inheritdoc} |
getExtraOAuthHeaders() X-Ref |
Used to configure response type -- we want JSON from github, default is query string format. return: array |
getExtraApiHeaders() X-Ref |
Required for GitHub API calls. return: array |
getScopesDelimiter() X-Ref |
{@inheritdoc} |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |