OMCAuthenticationType Constants Reference

Declared in OMCAuthorization.h

OMCAuthenticationType

Authentication type.

Definition

typedef NS_ENUM(int, OMCAuthenticationType ) {
   OMCAuthenticationTypeOAuth = 0,
   OMCAuthenticationTypeHTTPBasic = 1,
   OMCAuthenticationTypeSSO = 2,
   OMCAuthenticationTypeTokenExchange = 3,
   OMCAuthenticationTypeFacebook = 4,
};

Constants

OMCAuthenticationTypeOAuth
 OAuth 2.0 Resource Owner Password Credentials

Declared In OMCAuthorization.h.

OMCAuthenticationTypeHTTPBasic
 HTTP Basic

Declared In OMCAuthorization.h.

OMCAuthenticationTypeSSO
 Single Sign-On

Declared In OMCAuthorization.h.

OMCAuthenticationTypeTokenExchange
 Token Exchange

Declared In OMCAuthorization.h.

OMCAuthenticationTypeFacebook

Facebook

Declared In OMCAuthorization.h.

Declared In

OMCAuthorization.h