Class AbstractAuthorizationFlowAnswer
Data description of the answer that is received after the access token was requested in the authorization flow
Inheritance
object
AbstractAuthorizationFlowAnswer
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 |