/AWS1/CL_SAGINITPVDRREGOUTPUT¶
InitiateProviderRegistrationOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_redirectto TYPE /AWS1/SAGLOCATION /AWS1/SAGLOCATION¶
The URL to redirect the user to for completing the OAuth authorization.
iv_csrfstate TYPE /AWS1/SAGCSRFSTATE /AWS1/SAGCSRFSTATE¶
The CSRF state token to use when completing the OAuth flow.
Queryable Attributes¶
redirectTo¶
The URL to redirect the user to for completing the OAuth authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDIRECTTO() |
Getter for REDIRECTTO, with configurable default |
ASK_REDIRECTTO() |
Getter for REDIRECTTO w/ exceptions if field has no value |
HAS_REDIRECTTO() |
Determine if REDIRECTTO has a value |
csrfState¶
The CSRF state token to use when completing the OAuth flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CSRFSTATE() |
Getter for CSRFSTATE, with configurable default |
ASK_CSRFSTATE() |
Getter for CSRFSTATE w/ exceptions if field has no value |
HAS_CSRFSTATE() |
Determine if CSRFSTATE has a value |