TCGBProviderAuthCredential Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in TCGBProviderAuthCredential.h

Overview

The TCGBProviderAuthCredential represents an authenticated token and user information. This is an identify provider’s information, not TCGB’s.

Properties

  authToken

Auth Token

@property (nonatomic, strong) TCGBProviderAuthToken *authToken

Declared In

TCGBProviderAuthCredential.h

  authProfile

Auth Profile

@property (nonatomic, strong) TCGBProviderAuthProfile *authProfile

Declared In

TCGBProviderAuthCredential.h

  authExtra

Auth Extra information

@property (nonatomic, strong) TCGBProviderAuthExtra *authExtra

Declared In

TCGBProviderAuthCredential.h

Initialization

+ authCredentialWithAuthToken:authProfile:authExtra:

Creates TCGBProviderAuthCredential instance.

+ (TCGBProviderAuthCredential *)authCredentialWithAuthToken:(TCGBProviderAuthToken *)token authProfile:(TCGBProviderAuthProfile *)profile authExtra:(TCGBProviderAuthExtra *)extra

Parameters

token

Auth Token

profile

User proifle

extra

Extra auth information

Declared In

TCGBProviderAuthCredential.h