Show / Hide Table of Contents

    Class GitHubAuthorizationFlowAnswer

    Data description of the answer that is received after the access token was requested in the authorization flow

    Inheritance
    Object
    GitHubAuthorizationFlowAnswer
    Namespace: i5.Toolkit.Core.OpenIDConnectClient
    Assembly: cs.temp.dll.dll
    Syntax
    public class GitHubAuthorizationFlowAnswer

    Fields

    access_token

    Declaration
    public string access_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
    Back to top i5 Toolkit Documentation