RedirectHandle

data class RedirectHandle<T>(val redirectHandle: RedirectHandle) : Response<T>

Interrupt: incomplete user redirect. A final redirect URI must be registered using the handle to receive the URL to send the user to.

Constructors

Link copied to clipboard
constructor(redirectHandle: RedirectHandle)

Properties

Link copied to clipboard