RedirectOptions

Signature:

{ redirectUri?: string, correlationID?: string }

📘

🧙 Only available when using a REDIRECT signer

Parameters:

ParameterTypeDescription
redirectUristringThe URI you want the user to be redirected after checking authentication.
correlationIDstringUnique correlationID allowing you to identify this specific transaction. It will be appended as a request parameter to the redirectUri upon return

Did this page help you?