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 CredentialsDeclared In
OMCAuthorization.h. OMCAuthenticationTypeHTTPBasic-
HTTP BasicDeclared In
OMCAuthorization.h. OMCAuthenticationTypeSSO-
Single Sign-OnDeclared In
OMCAuthorization.h. OMCAuthenticationTypeTokenExchange-
Token ExchangeDeclared In
OMCAuthorization.h. OMCAuthenticationTypeFacebook-
Facebook
Declared In
OMCAuthorization.h.
Declared In
OMCAuthorization.h