| SSOAuthConfiguration Class |
Namespace: Oracle.Cloud.Mobile.Configuration
The SSOAuthConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| SSOAuthConfiguration |
Initializes an empty configuration object.
| |
| SSOAuthConfiguration(String, String) |
Initializes a configuration object with the given properties.
|
| Name | Description | |
|---|---|---|
| AuthenticationType |
The authentication scheme - AutenticationType.SSO.
(Overrides AuthConfigurationAuthenticationType.) | |
| ClientId |
The OAuth Client ID. This value can be obtained from the Mobile Backend's Settings in the UI.
| |
| Endpoint |
The endpoint for the SSO token.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |