Show / Hide Table of Contents

    Class LearningLayersAuthorizationFlowAnswer

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

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

    Fields

    access_token

    Declaration
    public string access_token
    Field Value
    Type Description
    String

    error

    Declaration
    public string error
    Field Value
    Type Description
    String

    error_description

    Declaration
    public string error_description
    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

    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