SFOAuthType Constants Reference

Declared in SFOAuthInfo.h

SFOAuthType

The type of authentication being attempted, in a given OAuth coordinator cycle.

Definition

typedef NS_ENUM(NSUInteger, SFOAuthType ) {
   SFOAuthTypeUnknown = 0,
   SFOAuthTypeUserAgent,
   SFOAuthTypeRefresh,
   SFOAuthTypeAdvancedBrowser,
   SFOAuthTypeJwtTokenExchange,
   SFOAuthTypeIDP,
   SFOAuthTypeWebServer,
   SFOAuthTypeNative,
};

Constants

SFOAuthTypeUnknown

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeUserAgent

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeRefresh

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeAdvancedBrowser

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeJwtTokenExchange

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeIDP

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeWebServer

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

SFOAuthTypeNative

The type of authentication being attempted, in a given OAuth coordinator cycle.

Declared In SFOAuthInfo.h.

Declared In

SFOAuthInfo.h