Package com.stytch.sdk.common
Class DeeplinkHandledStatus.Handled
-
- All Implemented Interfaces:
-
com.stytch.sdk.common.DeeplinkHandledStatus
public final class DeeplinkHandledStatus.Handled implements DeeplinkHandledStatus
Indicates that a deeplink was successfully parsed from the deeplink.
-
-
Field Summary
Fields Modifier and Type Field Description private final DeeplinkResponseresponse
-
Constructor Summary
Constructors Constructor Description DeeplinkHandledStatus.Handled(DeeplinkResponse response)
-
Method Summary
Modifier and Type Method Description final DeeplinkResponsegetResponse()A DeeplinkResponse representing either the authenticated response or an error. -
-
Constructor Detail
-
DeeplinkHandledStatus.Handled
DeeplinkHandledStatus.Handled(DeeplinkResponse response)
-
-
Method Detail
-
getResponse
final DeeplinkResponse getResponse()
A DeeplinkResponse representing either the authenticated response or an error.
-
-
-
-