OMCAuthenticationType Constants Reference

Declared in OMCAuthorization.h

OMCAuthenticationType

Authentication type to use. Depending on the version of the product, only certain types are supported.

Definition

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

Constants

OMCAuthenticationTypeOAuth

OAuth 2.0 authentication.

Declared In OMCAuthorization.h.

OMCAuthenticationTypeHTTPBasic

HTTP Basic Authentication.

Declared In OMCAuthorization.h.

OMCAuthenticationTypeSSO

Single sign-on Authentication.

Declared In OMCAuthorization.h.

OMCAuthenticationTypeSSOTokenExchange
 Token exchange Authentication.

Declared In OMCAuthorization.h.

OMCAuthenticationTypeFacebook

Facebook Authentication.

Declared In OMCAuthorization.h.

Declared In

OMCAuthorization.h