Auth
data class Auth(val result: StytchResult<CommonAuthenticationData>) : DeeplinkResponse
Content copied to clipboard
An authenticated user response
Constructors
Properties
Link copied to clipboard
A StytchResult representing either the authenticated response or an error.