Auth

data class Auth(val result: StytchResult<CommonAuthenticationData>) : DeeplinkResponse

An authenticated user response

Constructors

Link copied to clipboard
constructor(result: StytchResult<CommonAuthenticationData>)

Properties

Link copied to clipboard
open override val result: StytchResult<CommonAuthenticationData>

A StytchResult representing either the authenticated response or an error.