o365.api.php
Tags
Table of Contents
Functions
- hook_o365_auth_scopes() : mixed
- Create a list of authorization scopes.
Functions
hook_o365_auth_scopes()
Create a list of authorization scopes.
hook_o365_auth_scopes(array<string|int, mixed> &$scopes, O365ConnectorInterface $connector) : mixed
Parameters
- $scopes : array<string|int, mixed>
-
An array of authorization scopes.
- $connector : O365ConnectorInterface