Table of Contents

Class OAuthToken

Namespace
Glitch9.AIDevKit.Auth
[Serializable]
public class OAuthToken
Inheritance
object
OAuthToken
Extension Methods

Fields

access_token

public string access_token

Field Value

string

account_id

public string account_id

Field Value

string

created_at

public UnixTime created_at

Field Value

UnixTime

expires_in

public UnixTime expires_in

Field Value

UnixTime

ext_expires_in

public UnixTime ext_expires_in

Field Value

UnixTime

id_token

public string id_token

Field Value

string

refresh_token

public string refresh_token

Field Value

string

scope

public string scope

Field Value

string

token_type

public string token_type

Field Value

string

uid

public string uid

Field Value

string