Office365Interface extends COffice365OAuthInterface
Table of Contents
Constants
- OUTLOOK_API_VERSION = "/v2.0"
- Version of outlook resource api (part of url)
- OUTLOOK_RESOURCE = "https://outlook.office.com/api"
- Resource for outlook token
Methods
- getCurrentUser() : mixed
- getGraphScopes() : array<string|int, mixed>|array<string|int, string>
- Get Scopes for graph resource
- getOutlookScopes() : array<string|int, mixed>|array<string|int, string>
- Outlook scopes, that give Outlook email address, instead of profile email address
- getStorageTokens() : mixed
- getTokenData() : array<string|int, mixed>
Constants
OUTLOOK_API_VERSION
Version of outlook resource api (part of url)
public
mixed
OUTLOOK_API_VERSION
= "/v2.0"
OUTLOOK_RESOURCE
Resource for outlook token
public
mixed
OUTLOOK_RESOURCE
= "https://outlook.office.com/api"
Methods
getCurrentUser()
public
getCurrentUser() : mixed
getGraphScopes()
Get Scopes for graph resource
public
getGraphScopes() : array<string|int, mixed>|array<string|int, string>
Return values
array<string|int, mixed>|array<string|int, string>getOutlookScopes()
Outlook scopes, that give Outlook email address, instead of profile email address
public
getOutlookScopes() : array<string|int, mixed>|array<string|int, string>
Return values
array<string|int, mixed>|array<string|int, string>getStorageTokens()
public
getStorageTokens() : mixed
getTokenData()
public
getTokenData() : array<string|int, mixed>