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 authTypeDeclared In
SFOAuthInfo.h
authTypeDescription
The string description of the auth type.
@property (nonatomic, readonly) NSString *authTypeDescriptionDeclared In
SFOAuthInfo.h
– initWithAuthType:
Creates a new instance with the given auth type.
- (id)initWithAuthType:(SFOAuthType)authTypeParameters
authType |
The type of authentication being performed. |
|---|
Declared In
SFOAuthInfo.h