Package com.stytch.sdk.common
Class DeeplinkResponse.Auth
-
- All Implemented Interfaces:
public final class DeeplinkResponse.Auth extends DeeplinkResponse
An authenticated user response
-
-
Field Summary
Fields Modifier and Type Field Description private final StytchResult<CommonAuthenticationData>result
-
Constructor Summary
Constructors Constructor Description DeeplinkResponse.Auth(StytchResult<CommonAuthenticationData> result)
-
Method Summary
Modifier and Type Method Description StytchResult<CommonAuthenticationData>getResult()A StytchResult representing either the authenticated response or an error. -
-
Constructor Detail
-
DeeplinkResponse.Auth
DeeplinkResponse.Auth(StytchResult<CommonAuthenticationData> result)
-
-
Method Detail
-
getResult
StytchResult<CommonAuthenticationData> getResult()
A StytchResult representing either the authenticated response or an error.
-
-
-
-