Skip to content

/AWS1/CL_SAGINITPVDRREGOUTPUT

InitiateProviderRegistrationOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_redirectto TYPE /AWS1/SAGLOCATION /AWS1/SAGLOCATION

OAuth redirect URL

iv_csrfstate TYPE /AWS1/SAGCSRFSTATE /AWS1/SAGCSRFSTATE

CSRF state token for OAuth security


Queryable Attributes

redirectTo

OAuth redirect URL

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

CSRF state token for OAuth security

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