Click or drag to resize
OAuthConfiguration Properties

The OAuthConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType
The authentication scheme - AutenticationType.OAuth.
(Overrides AuthConfigurationAuthenticationType.)
Public propertyClientId
The OAuth Client ID. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyClientSecret
The OAuth Client Secret. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyTokenEndpoint
The endpoint for obtaining OAuth tokens. This value can be obtained from the Mobile Backend's Settings in the UI.
Top
See Also