/AWS1/CL_CGPLSTUSERPOOLCLISE01¶
The response containing the list of client secret metadata. This response does not include a NextToken field as all secrets are returned in a single response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_clientsecrets TYPE /AWS1/CL_CGPCLISECDESCRORTYPE=>TT_CLISECRETDESCRPTORLISTTYPE TT_CLISECRETDESCRPTORLISTTYPE¶
A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
iv_nexttoken TYPE /AWS1/CGPPAGINATIONKEY /AWS1/CGPPAGINATIONKEY¶
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
Queryable Attributes¶
ClientSecrets¶
A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSECRETS() |
Getter for CLIENTSECRETS, with configurable default |
ASK_CLIENTSECRETS() |
Getter for CLIENTSECRETS w/ exceptions if field has no value |
HAS_CLIENTSECRETS() |
Determine if CLIENTSECRETS has a value |
NextToken¶
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |