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

JSON response from the Azure AD (Microsoft Entra ID) OAuth token endpoint. More...

Properties

string AccessToken [get, set]
 Bearer access token for calling Microsoft Graph or other Azure APIs.
int ExpiresIn [get, set]
 Number of seconds until AccessToken expires.
string RefreshToken [get, set]
 Token used to obtain a new access token once it expires.
string Scope [get, set]
 Space-delimited list of scopes granted to AccessToken.
string TokenType [get, set]
 OAuth token type, normally "Bearer".

Detailed Description

JSON response from the Azure AD (Microsoft Entra ID) OAuth token endpoint.

Definition at line 392 of file Credentials.cs.

Property Documentation

◆ AccessToken

string GenerallyPositive.AzureTokenResponse.AccessToken
getset

Bearer access token for calling Microsoft Graph or other Azure APIs.

Definition at line 398 of file Credentials.cs.

◆ ExpiresIn

int GenerallyPositive.AzureTokenResponse.ExpiresIn
getset

Number of seconds until AccessToken expires.

Definition at line 404 of file Credentials.cs.

◆ RefreshToken

string GenerallyPositive.AzureTokenResponse.RefreshToken
getset

Token used to obtain a new access token once it expires.

Definition at line 410 of file Credentials.cs.

◆ Scope

string GenerallyPositive.AzureTokenResponse.Scope
getset

Space-delimited list of scopes granted to AccessToken.

Definition at line 416 of file Credentials.cs.

◆ TokenType

string GenerallyPositive.AzureTokenResponse.TokenType
getset

OAuth token type, normally "Bearer".

Definition at line 422 of file Credentials.cs.


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