Click or drag to resize
OAuthConfiguration Class
Class to specify the configuration for OAuth 2.0.
Inheritance Hierarchy

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class OAuthConfiguration : AuthConfiguration

The OAuthConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodOAuthConfiguration
Initializes an empty configuration object.
Public methodOAuthConfiguration(String, String, Uri)
Initializes a configuration object with the given properties.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also