TCognitoOpenIDConnectRedirectURI
Record in AWS.CognitoOIDC
Represents the data contained in a redirect URI from Cognito OpenID Connect requests.
Properties
AccessToken
property AccessToken: string
Code
property Code: string
CreatedAt
property CreatedAt: TDateTime
Error
property Error: string
ErrorDescription
property ErrorDescription: string
ExpiresIn
property ExpiresIn: TOptional
IdToken
property IdToken: string
IsError
property IsError: Boolean
RefreshToken
property RefreshToken: string
State
property State: string
TokenType
property TokenType: string
URI
property URI: TURI
Constructors
Create
constructor Create(const AURIString: string); overload;
Constructor for TCognitoOpenIDConnectRedirectURI.
Parameters
| Name | Description |
|---|---|
AURIString | Specify a URI string to parse. |
constructor Create(const AURI: TURI); overload;
Constructor for TCognitoOpenIDConnectRedirectURI.
Parameters
| Name | Description |
|---|---|
AURIString | Specify a TURI to parse. |