TCGBProviderAuthProfile Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | TCGBProviderAuthCredential.h |
Properties
userID
User ID
@property (nonatomic, strong) NSString *userID
Declared In
TCGBProviderAuthCredential.h
name
User Name
@property (nonatomic, strong) NSString *name
Declared In
TCGBProviderAuthCredential.h
email
User Email
@property (nonatomic, strong) NSString *email
Declared In
TCGBProviderAuthCredential.h
profileImageURL
User Profile Image URL String
@property (nonatomic, strong) NSString *profileImageURL
Declared In
TCGBProviderAuthCredential.h
Initialization
+ authProfileWithUserID:name:email:profileImageURL:
Creates TCGBProviderAuthProfile instance.
+ (TCGBProviderAuthProfile *)authProfileWithUserID:(NSString *)userID name:(NSString *)name email:(NSString *)email profileImageURL:(NSString *)profileImageURL
Parameters
userID |
User ID |
---|---|
name |
User Name |
email |
User Image Adress |
profileImageURL |
User Profile Image URL String |
Declared In
TCGBProviderAuthCredential.h