[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 119 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Microsoft:: (5 methods):
__construct()
getAuthorizationEndpoint()
getAccessTokenEndpoint()
getAuthorizationMethod()
parseAccessTokenResponse()
__construct(CredentialsInterface $credentials,ClientInterface $httpClient,TokenStorageInterface $storage,$scopes = [],?UriInterface $baseApiUri = null) X-Ref |
MS uses some magical not officialy supported scope to get even moar info like full emailaddresses. They agree that giving 3rd party apps access to 3rd party emailaddresses is a pretty lame thing to do so in all their wisdom they added this scope because fuck you that's why. https://github.com/Lusitanian/PHPoAuthLib/issues/214 http://social.msdn.microsoft.com/Forums/live/en-US/c6dcb9ab-aed4-400a-99fb-5650c393a95d/how-retrieve-users- contacts-email-address?forum=messengerconnect Considering this scope is not officially supported: use with care |
getAuthorizationEndpoint() X-Ref |
{@inheritdoc} |
getAccessTokenEndpoint() X-Ref |
{@inheritdoc} |
getAuthorizationMethod() X-Ref |
{@inheritdoc} |
parseAccessTokenResponse($responseBody) X-Ref |
{@inheritdoc} |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |