Class OAuthToken
[Serializable]
public class OAuthToken
- Inheritance
-
object
OAuthToken
- Extension Methods
-
Fields
access_token
public string access_token
Field Value
- 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
Field Value
- string
refresh_token
public string refresh_token
Field Value
- string
scope
Field Value
- string
token_type
Field Value
- string
uid
Field Value
- string