TCGBProviderAuthExtra Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | TCGBProviderAuthCredential.h |
Overview
The TCGBProviderAuthExtra class indicates a result of the identity provider’s authentification information.
Properties
extra
Extra information that is needed to store
@property (nonatomic, strong) id extra
Declared In
TCGBProviderAuthCredential.h
Initialization
+ authExtraWithExtraDictionary:
Creates TCGBProviderAuthExtra instance.
+ (TCGBProviderAuthExtra *)authExtraWithExtraDictionary:(NSDictionary *)extra
Parameters
extra |
Result dictionary of authentification |
---|
Declared In
TCGBProviderAuthCredential.h