NextUrl

data class NextUrl(val nextUrl: String, val message: String? = null) : Sep08PostActionResponse

The user must visit another URL to continue the action flow.

This occurs in multi-step verification flows where the action URL redirects the user through additional steps. The client should direct the user to nextUrl to continue.

Constructors

Link copied to clipboard
constructor(nextUrl: String, message: String? = null)

Properties

Link copied to clipboard

Optional human-readable message providing context about the next step

Link copied to clipboard

The URL the user should visit next to continue the action flow