/AWS1/CL_SSAGRANT¶
The Grant union represents the set of possible configuration options for the selected grant type. Exactly one member of the union must be specified, and must match the grant type selected.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_authorizationcode TYPE REF TO /AWS1/CL_SSAAUTHCODEGRANT /AWS1/CL_SSAAUTHCODEGRANT¶
Configuration options for the
authorization_codegrant type.
io_jwtbearer TYPE REF TO /AWS1/CL_SSAJWTBEARERGRANT /AWS1/CL_SSAJWTBEARERGRANT¶
Configuration options for the
urn:ietf:params:oauth:grant-type:jwt-bearergrant type.
io_refreshtoken TYPE REF TO /AWS1/CL_SSAREFRESHTOKENGRANT /AWS1/CL_SSAREFRESHTOKENGRANT¶
Configuration options for the
refresh_tokengrant type.
io_tokenexchange TYPE REF TO /AWS1/CL_SSATOKENEXCHANGEGRANT /AWS1/CL_SSATOKENEXCHANGEGRANT¶
Configuration options for the
urn:ietf:params:oauth:grant-type:token-exchangegrant type.
Queryable Attributes¶
AuthorizationCode¶
Configuration options for the
authorization_codegrant type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATIONCODE() |
Getter for AUTHORIZATIONCODE |
JwtBearer¶
Configuration options for the
urn:ietf:params:oauth:grant-type:jwt-bearergrant type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JWTBEARER() |
Getter for JWTBEARER |
RefreshToken¶
Configuration options for the
refresh_tokengrant type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFRESHTOKEN() |
Getter for REFRESHTOKEN |
TokenExchange¶
Configuration options for the
urn:ietf:params:oauth:grant-type:token-exchangegrant type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENEXCHANGE() |
Getter for TOKENEXCHANGE |