AuthenticationType Enumeration |
The supported authentication schemes.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic enum AuthenticationType
Public Enumeration AuthenticationType
public enum class AuthenticationType
Members
| Member name | Value | Description |
---|
| BasicAuth | 0 |
HTTP basic auth.
|
| OAuth | 1 |
OAuth 2.0 against the Mobile Cloud Service.
|
| Facebook | 2 |
Authenticate using Facebook.
|
| SSO | 3 |
Authenticate using enterprise SSO.
|
See Also