TapSDK C#
Public Member Functions | Public Attributes | List of all members
TapTap.Login.AccessToken Class Reference

Public Member Functions

 AccessToken (string json)
 
 AccessToken ()
 
string ToJson ()
 

Public Attributes

string kid
 
string accessToken
 
string tokenType
 
string macKey
 
string macAlgorithm
 

Constructor & Destructor Documentation

◆ AccessToken() [1/2]

TapTap.Login.AccessToken.AccessToken ( string  json)
inline

◆ AccessToken() [2/2]

TapTap.Login.AccessToken.AccessToken ( )
inline

Member Function Documentation

◆ ToJson()

string TapTap.Login.AccessToken.ToJson ( )
inline

Member Data Documentation

◆ accessToken

string TapTap.Login.AccessToken.accessToken

◆ kid

string TapTap.Login.AccessToken.kid

◆ macAlgorithm

string TapTap.Login.AccessToken.macAlgorithm

◆ macKey

string TapTap.Login.AccessToken.macKey

◆ tokenType

string TapTap.Login.AccessToken.tokenType

The documentation for this class was generated from the following file: