DeeplinkResponse
A class representing the types of Deeplink responses that the Stytch client has handled
Types
Link copied to clipboard
data class Auth(val result: StytchResult<CommonAuthenticationData>) : DeeplinkResponse
Content copied to clipboard
An authenticated user response
Link copied to clipboard
data class Discovery(val result: StytchResult<DiscoveryAuthenticateResponseData>) : DeeplinkResponse
Content copied to clipboard
A B2B discovery response
Properties
Link copied to clipboard
A StytchResult representing either the authenticated or discovery response, or an error.