Class GoogleAuthorizationFlowAnswer
Data description of the answer that is received after the access token was requested in the authorization flow of Google
Inherited Members
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 |