final class O365AuthScopesController extends ControllerBase

Returns responses for Microsoft 365 Connector routes.

Properties

protected HelperService $helperService

The o365.helpers service.

Methods

__construct(HelperService $o365_helpers)

The controller constructor.

array
build()

Builds the response.

create(ContainerInterface $container)

{@inheritdoc}

Details

at line 25
__construct(HelperService $o365_helpers)

The controller constructor.

Parameters

HelperService $o365_helpers

The o365.helpers service.

at line 41
array build()

Builds the response.

Return Value

array

at line 32
static O365AuthScopesController create(ContainerInterface $container)

{@inheritdoc}

Parameters

ContainerInterface $container

Return Value

O365AuthScopesController