/AWS1/CL_CGIGETOPENIDTOKENRSP¶
Returned in response to a successful GetOpenIdToken request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_identityid
TYPE /AWS1/CGIIDENTITYID
/AWS1/CGIIDENTITYID
¶
A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
iv_token
TYPE /AWS1/CGIOIDCTOKEN
/AWS1/CGIOIDCTOKEN
¶
An OpenID token, valid for 10 minutes.
Queryable Attributes¶
IdentityId¶
A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYID() |
Getter for IDENTITYID, with configurable default |
ASK_IDENTITYID() |
Getter for IDENTITYID w/ exceptions if field has no value |
HAS_IDENTITYID() |
Determine if IDENTITYID has a value |
Token¶
An OpenID token, valid for 10 minutes.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOKEN() |
Getter for TOKEN, with configurable default |
ASK_TOKEN() |
Getter for TOKEN w/ exceptions if field has no value |
HAS_TOKEN() |
Determine if TOKEN has a value |