interface O365ConnectorInterface implements ConfigEntityInterface

Provides as interface defining a SocialO365 entity.

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 35
string getAuthScopes()

Gets auth scopes.

Return Value

string

at line 15
string getClientId()

Get the client ID.

Return Value

string

at line 20
string getClientSecret()

Get the client secret.

Return Value

string

at line 30
string getRedirectLogin()

Get the redirect url.

Return Value

string

at line 25
string getTenantId()

Get the tenant ID.

Return Value

string