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

JSON response from the AWS Cognito OAuth token endpoint. More...

Properties

string AccessToken [get, set]
 Bearer access token for calling AWS 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. Cognito may not always return one.
string TokenType [get, set]
 OAuth token type, normally "Bearer".
string IdToken [get, set]
 OpenID Connect ID token containing identity claims for the authenticated user.

Detailed Description

JSON response from the AWS Cognito OAuth token endpoint.

Definition at line 428 of file Credentials.cs.

Property Documentation

◆ AccessToken

string GenerallyPositive.AWSTokenResponse.AccessToken
getset

Bearer access token for calling AWS APIs.

Definition at line 434 of file Credentials.cs.

◆ ExpiresIn

int GenerallyPositive.AWSTokenResponse.ExpiresIn
getset

Number of seconds until AccessToken expires.

Definition at line 440 of file Credentials.cs.

◆ IdToken

string GenerallyPositive.AWSTokenResponse.IdToken
getset

OpenID Connect ID token containing identity claims for the authenticated user.

Definition at line 458 of file Credentials.cs.

◆ RefreshToken

string GenerallyPositive.AWSTokenResponse.RefreshToken
getset

Token used to obtain a new access token once it expires. Cognito may not always return one.

Definition at line 446 of file Credentials.cs.

◆ TokenType

string GenerallyPositive.AWSTokenResponse.TokenType
getset

OAuth token type, normally "Bearer".

Definition at line 452 of file Credentials.cs.


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