SFOAuthInfo Class Reference

Inherits from NSObject
Declared in SFOAuthInfo.h

Overview

Data class containing members denoting state information for an OAuth coordinator authentication cycle.

  authType

The type of authentication being performed.

@property (nonatomic, readonly, assign) SFOAuthType authType

Declared In

SFOAuthInfo.h

  authTypeDescription

The string description of the auth type.

@property (nonatomic, readonly) NSString *authTypeDescription

Declared In

SFOAuthInfo.h

– initWithAuthType:

Creates a new instance with the given auth type.

- (id)initWithAuthType:(SFOAuthType)authType

Parameters

authType

The type of authentication being performed.

Declared In

SFOAuthInfo.h