Search Results for

    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 of LearningLayers

    Inheritance
    object
    AbstractAuthorizationFlowAnswer
    LearningLayersAuthorizationFlowAnswer
    Inherited Members
    AbstractAuthorizationFlowAnswer.access_token
    AbstractAuthorizationFlowAnswer.token_type
    AbstractAuthorizationFlowAnswer.scope
    Namespace: i5.Toolkit.Core.OpenIDConnectClient
    Assembly: cs.temp.dll.dll
    Syntax
    public class LearningLayersAuthorizationFlowAnswer : AbstractAuthorizationFlowAnswer

    Fields

    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
    int

    id_token

    Declaration
    public string id_token
    Field Value
    Type Description
    string
    In this article
    Back to top i5 Toolkit Documentation