TCGBMember Class Reference

Inherits from NSObject
Declared in TCGBAuthToken.h

Overview

The TCGBMember has user information who logged in.

Properties

  userId

User ID

@property (nonatomic, strong) NSString *userId

Declared In

TCGBAuthToken.h

  valid

Notify wheter this user is valid or not

@property (nonatomic, strong) NSString *valid

Declared In

TCGBAuthToken.h

  appId

Application ID

@property (nonatomic, strong) NSString *appId

Declared In

TCGBAuthToken.h

  regDate

Registered Date

@property (nonatomic, assign) long regDate

Declared In

TCGBAuthToken.h

  lastLoginDate

Last Login Date

@property (nonatomic, assign) long lastLoginDate

Declared In

TCGBAuthToken.h

  authList

Mapped provider list and information

@property (nonatomic, strong) NSArray<TCGBAuthMappingInfo*> *authList

Declared In

TCGBAuthToken.h

  temporaryWithdrawal

Temporary withdrawal information

@property (nonatomic, strong) TCGBTemporaryWithdrawalInfo *temporaryWithdrawal

Declared In

TCGBAuthToken.h