Handled

data class Handled(val response: StytchResult<CommonAuthenticationData>) : DeeplinkHandledStatus

Indicates that a deeplink was successfully parsed from the deeplink.

Constructors

Link copied to clipboard
fun Handled(response: StytchResult<CommonAuthenticationData>)

Properties

Link copied to clipboard
val response: StytchResult<CommonAuthenticationData>

A StytchResult representing either the authenticated response or an error.