Click or drag to resize
AuthenticationType Enumeration
The supported authentication schemes.

Namespace: Oracle.Cloud.Mobile.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public enum AuthenticationType
Members
  Member nameValueDescription
BasicAuth0 HTTP basic auth.
OAuth1 OAuth 2.0 against the Mobile Cloud Service.
Facebook2 Authenticate using Facebook.
SSO3 Authenticate using enterprise SSO.
See Also