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