Class GitHubAuthorizationFlowAnswer
Data description of the answer that is received after the access token was requested in the authorization flow
Namespace: i5.Toolkit.Core.OpenIDConnectClient
Assembly: cs.temp.dll.dll
Syntax
public class GitHubAuthorizationFlowAnswer
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 |