RedirectUrl

@Serializable
data class RedirectUrl : Serializable

instructions for authenticating by redirecting your customer to another page or application.

Properties

Link copied to clipboard
val returnUrl: String?

If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.

Link copied to clipboard
val url: String?

The URL you must redirect your customer to in order to authenticate.