/AWS1/CL_SSIREGCLIENTRESPONSE¶
RegisterClientResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clientid TYPE /AWS1/SSICLIENTID /AWS1/SSICLIENTID¶
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
iv_clientsecret TYPE /AWS1/SSICLIENTSECRET /AWS1/SSICLIENTSECRET¶
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
iv_clientidissuedat TYPE /AWS1/SSILONGTIMESTAMPTYPE /AWS1/SSILONGTIMESTAMPTYPE¶
Indicates the time at which the
clientIdandclientSecretwere issued.
iv_clientsecretexpiresat TYPE /AWS1/SSILONGTIMESTAMPTYPE /AWS1/SSILONGTIMESTAMPTYPE¶
Indicates the time at which the
clientIdandclientSecretwill become invalid.
iv_authorizationendpoint TYPE /AWS1/SSIURI /AWS1/SSIURI¶
An endpoint that the client can use to request authorization.
iv_tokenendpoint TYPE /AWS1/SSIURI /AWS1/SSIURI¶
An endpoint that the client can use to create tokens.
Queryable Attributes¶
clientId¶
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTID() |
Getter for CLIENTID, with configurable default |
ASK_CLIENTID() |
Getter for CLIENTID w/ exceptions if field has no value |
HAS_CLIENTID() |
Determine if CLIENTID has a value |
clientSecret¶
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSECRET() |
Getter for CLIENTSECRET, with configurable default |
ASK_CLIENTSECRET() |
Getter for CLIENTSECRET w/ exceptions if field has no value |
HAS_CLIENTSECRET() |
Determine if CLIENTSECRET has a value |
clientIdIssuedAt¶
Indicates the time at which the
clientIdandclientSecretwere issued.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTIDISSUEDAT() |
Getter for CLIENTIDISSUEDAT |
clientSecretExpiresAt¶
Indicates the time at which the
clientIdandclientSecretwill become invalid.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSECRETEXPIRESAT() |
Getter for CLIENTSECRETEXPIRESAT |
authorizationEndpoint¶
An endpoint that the client can use to request authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATIONENDPOINT() |
Getter for AUTHORIZATIONENDPOINT, with configurable default |
ASK_AUTHORIZATIONENDPOINT() |
Getter for AUTHORIZATIONENDPOINT w/ exceptions if field has |
HAS_AUTHORIZATIONENDPOINT() |
Determine if AUTHORIZATIONENDPOINT has a value |
tokenEndpoint¶
An endpoint that the client can use to create tokens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENENDPOINT() |
Getter for TOKENENDPOINT, with configurable default |
ASK_TOKENENDPOINT() |
Getter for TOKENENDPOINT w/ exceptions if field has no value |
HAS_TOKENENDPOINT() |
Determine if TOKENENDPOINT has a value |