Declared in MCOConstants.h

MCOAuthType

It’s the authentication type.

Definition

typedef NS_OPTIONS(NSInteger, MCOAuthType ) {
   MCOAuthTypeSASLNone = 0,
   MCOAuthTypeSASLCRAMMD5 = 1 < < 0,
   MCOAuthTypeSASLPlain = 1 < < 1,
   MCOAuthTypeSASLGSSAPI = 1 < < 2,
   MCOAuthTypeSASLDIGESTMD5 = 1 < < 3,
   MCOAuthTypeSASLLogin = 1 < < 4,
   MCOAuthTypeSASLSRP = 1 < < 5,
   MCOAuthTypeSASLNTLM = 1 < < 6,
   MCOAuthTypeSASLKerberosV4 = 1 < < 7,
   MCOAuthTypeXOAuth2 = 1 < < 8,
   MCOAuthTypeXOAuth2Outlook = 1 < < 9,
};

Constants

MCOAuthTypeSASLNone

Default authentication scheme of the protocol.

Declared In MCOConstants.h.

MCOAuthTypeSASLCRAMMD5

CRAM-MD5 authentication RFC 2195.

Declared In MCOConstants.h.

MCOAuthTypeSASLPlain

PLAIN authentication RFC 4616.

Declared In MCOConstants.h.

MCOAuthTypeSASLGSSAPI

GSSAPI authentication.

Declared In MCOConstants.h.

MCOAuthTypeSASLDIGESTMD5

DIGEST-MD5 authentication RFC 2831.

Declared In MCOConstants.h.

MCOAuthTypeSASLLogin

LOGIN authentication http://tools.ietf.org/id/draft-murchison-sasl-login-00.txt

Declared In MCOConstants.h.

MCOAuthTypeSASLSRP

Secure Remote Password Authentication http://tools.ietf.org/html/draft-burdis-cat-srp-sasl-08

Declared In MCOConstants.h.

MCOAuthTypeSASLNTLM

NTLM authentication.

Declared In MCOConstants.h.

MCOAuthTypeSASLKerberosV4

Kerberos 4 authentication.

Declared In MCOConstants.h.

MCOAuthTypeXOAuth2

OAuth2 authentication.

Declared In MCOConstants.h.

MCOAuthTypeXOAuth2Outlook

OAuth2 authentication on outlook.com.

Declared In MCOConstants.h.

Declared In

MCOConstants.h