Auth

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

Constructors

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

Properties

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