Search Results for

    Show / Hide Table of Contents

    Class AbstractAuthorizationFlowAnswer

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

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

    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
    In This Article
    Back to top i5 Toolkit Documentation