Search Results for

    Show / Hide Table of Contents

    Class GoogleAuthorizationFlowAnswer

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

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

    Fields

    expires_in

    Declaration
    public string expires_in
    Field Value
    Type Description
    string

    id_token

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