$_accessToken
$_accessToken : string
The access_token provided after authenticating with Microsoft Graph (required)
Class Graph
createRequest(string $requestType, string $endpoint) : \Microsoft\Graph\Http\GraphRequest
Creates a new request object with the given Graph information
string | $requestType | The HTTP method to use, e.g. "GET" or "POST" |
string | $endpoint | The Graph endpoint to call |
The request object, which can be used to make queries against Graph
createCollectionRequest(string $requestType, string $endpoint) : \Microsoft\Graph\Http\GraphCollectionRequest
Creates a new collection request object with the given Graph information
string | $requestType | The HTTP method to use, e.g. "GET" or "POST" |
string | $endpoint | The Graph endpoint to call |
The request object, which can be used to make queries against Graph