GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.AuthCodePayload Class Reference

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ AuthCodePayload()

GenerallyPositive.AuthCodePayload.AuthCodePayload ( )

Definition at line 224 of file Credentials.cs.

Property Documentation

◆ Code

string GenerallyPositive.AuthCodePayload.Code
getset

OAuth authorization code to exchange for an access token.

Definition at line 218 of file Credentials.cs.

◆ Scope

string GenerallyPositive.AuthCodePayload.Scope
getset

OAuth scope(s) granted along with the authorization code.

Definition at line 222 of file Credentials.cs.


The documentation for this class was generated from the following file: