OMCAuthenticationMode Constants Reference

Declared in OMCAuthorization.h

OMCAuthenticationMode

Authentication mode. This distinguishes having been authenticated online by the server from offline mode, in which the local cached credentials are used.

Definition

typedef NS_ENUM(int, OMCAuthenticationMode ) {
   OMCAuthenticationModeNotAuthenticated = 0,
   OMCAuthenticationModeOnline = 1,
   OMCAuthenticationModeOffline = 2,
};

Constants

OMCAuthenticationModeNotAuthenticated

Not authenticated.

Declared In OMCAuthorization.h.

OMCAuthenticationModeOnline

Online authentication.

Declared In OMCAuthorization.h.

OMCAuthenticationModeOffline

Offline authentication.

Declared In OMCAuthorization.h.

Declared In

OMCAuthorization.h