Click or drag to resize
SSOAuthConfiguration Class
Class to specify the configuration for enterprise SSO.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.ConfigurationAuthConfiguration
    Oracle.Cloud.Mobile.ConfigurationSSOAuthConfiguration

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 SSOAuthConfiguration : AuthConfiguration

The SSOAuthConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSSOAuthConfiguration
Initializes an empty configuration object.
Public methodSSOAuthConfiguration(String, String)
Initializes a configuration object with the given properties.
Top
Properties
  NameDescription
Public propertyAuthenticationType
The authentication scheme - AutenticationType.SSO.
(Overrides AuthConfigurationAuthenticationType.)
Public propertyClientId
The OAuth Client ID. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyEndpoint
The endpoint for the SSO token.
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