Search Results for

    Show / Hide Table of Contents

    Class TokenResponse

    A token response which is returned when the authorization code is exchanged for an access token or when a refresh token is used to get a new access token

    Inheritance
    Object
    TokenResponse
    Namespace: ColizeumSDK.API.Responses
    Assembly: cs.temp.dll.dll
    Syntax
    public class TokenResponse

    Fields

    access_token

    Declaration
    public string access_token
    Field Value
    Type Description
    String

    expires_in

    Declaration
    public int expires_in
    Field Value
    Type Description
    Int32

    id_token

    Declaration
    public string id_token
    Field Value
    Type Description
    String

    refresh_token

    Declaration
    public string refresh_token
    Field Value
    Type Description
    String

    scope

    Declaration
    public string scope
    Field Value
    Type Description
    String

    token_type

    Declaration
    public string token_type
    Field Value
    Type Description
    String
    In This Article
    Back to top Colizeum Unity SDK API Reference