Redirect

data class Redirect<T>(val redirect: Redirect) : Response<T>

Interrupt: fully-formed user redirect to complete the flow in the user agent.

Constructors

Link copied to clipboard
constructor(redirect: Redirect)

Properties

Link copied to clipboard