[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ -> Microsoft.php (summary)

(no description)

File Size: 120 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Microsoft:: (5 methods):
  __construct()
  getAuthorizationEndpoint()
  getAccessTokenEndpoint()
  getAuthorizationMethod()
  parseAccessTokenResponse()


Class: Microsoft  - X-Ref

__construct(CredentialsInterface $credentials,ClientInterface $httpClient,TokenStorageInterface $storage,$scopes = array()   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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1