RedirectOptions

Signature

{
  redirectUri?: string,
  correlationID?: string
}

🧙 Only available when using a REDIRECT signer

Parameters

Parameter

Type

Description

redirectUri

string

The URI you want the user to be redirected after checking authentication.

correlationID

string

Unique correlationID allowing you to identify this specific transaction. It will be appended as a request parameter to the redirectUri upon return

Last updated