![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Authorization code (and granted scope) returned by GPALRESTAPI's get-access-token endpoint after a user completes an OAuth redirect. More...
Properties | |
| string | Code [get, set] |
| OAuth authorization code to exchange for an access token. | |
| string | Scope [get, set] |
| OAuth scope(s) granted along with the authorization code. | |
Authorization code (and granted scope) returned by GPALRESTAPI's get-access-token endpoint after a user completes an OAuth redirect.
Definition at line 213 of file Credentials.cs.
| GenerallyPositive.AuthCodePayload.AuthCodePayload | ( | ) |
Definition at line 224 of file Credentials.cs.
|
getset |
OAuth authorization code to exchange for an access token.
Definition at line 218 of file Credentials.cs.
|
getset |
OAuth scope(s) granted along with the authorization code.
Definition at line 222 of file Credentials.cs.