Package com.stytch.sdk.common
Class DeeplinkResponse
-
- All Implemented Interfaces:
public class DeeplinkResponseA class representing the types of Deeplink responses that the Stytch client has handled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeeplinkResponse.AuthAn authenticated user response
public final classDeeplinkResponse.DiscoveryA B2B discovery response
-
Field Summary
Fields Modifier and Type Field Description private final StytchResult<Object>result
-
Method Summary
Modifier and Type Method Description StytchResult<Object>getResult()A StytchResult representing either the authenticated or discovery response, or an error. -
-
Method Detail
-
getResult
StytchResult<Object> getResult()
A StytchResult representing either the authenticated or discovery response, or an error.
-
-
-
-