O365Connector
class O365Connector extends ConfigEntityBase implements O365ConnectorInterface
Defines the Microsoft 365 connector entity.
Properties
| protected string | $auth_scopes | The auth scopes. |
|
| protected string | $id | The O365Connector ID. |
|
| protected string | $label | The O365Connector label. |
|
| protected string | $redirect_login | The redirect URL string. |
Methods
string
getAuthScopes()
Gets auth scopes.
string
getClientId()
Get the client ID.
string
getClientSecret()
Get the client secret.
string
getRedirectLogin()
Get the redirect url.
string
getTenantId()
Get the tenant ID.
Details
at line 118
string
getAuthScopes()
Gets auth scopes.
at line 68
string
getClientId()
Get the client ID.
at line 75
string
getClientSecret()
Get the client secret.
at line 89
string
getRedirectLogin()
Get the redirect url.
at line 82
string
getTenantId()
Get the tenant ID.