RedirectUrl

@JsonClass(generateAdapter = true)
data class RedirectUrl(val returnUrl: String?, val url: String?) : Serializable

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

Constructors

Link copied to clipboard
constructor(returnUrl: String?, url: String?)

Properties

Link copied to clipboard

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.