O365AuthScopesController
final class O365AuthScopesController extends ControllerBase
Returns responses for Microsoft 365 Connector routes.
Properties
| protected HelperService | $helperService | The o365.helpers service. |
Methods
array
build()
Builds the response.
static O365AuthScopesController
create(ContainerInterface $container)
{@inheritdoc}
Details
at line 25
__construct(HelperService $o365_helpers)
The controller constructor.
at line 41
array
build()
Builds the response.
at line 32
static O365AuthScopesController
create(ContainerInterface $container)
{@inheritdoc}