Package com.stytch.sdk.common
Class DeeplinkHandledStatus.NotHandled
-
- All Implemented Interfaces:
-
com.stytch.sdk.common.DeeplinkHandledStatus
public final class DeeplinkHandledStatus.NotHandled implements DeeplinkHandledStatus
Indicates that a deeplink was not handled by the Stytch client, either because a token could not be parsed from it or it is not a known or supported authentication method.
This could happen if you pass a non-Stytch deeplink intent to the StytchClient.handle() method, or are trying to use a Consumer/B2B token in the wrong SDK.
-
-
Field Summary
Fields Modifier and Type Field Description private final StytchDeeplinkErrorreason
-
Constructor Summary
Constructors Constructor Description DeeplinkHandledStatus.NotHandled(StytchDeeplinkError reason)
-
Method Summary
Modifier and Type Method Description final StytchDeeplinkErrorgetReason()A StytchDeeplinkError explaining why the deeplink was not handled -
-
Constructor Detail
-
DeeplinkHandledStatus.NotHandled
DeeplinkHandledStatus.NotHandled(StytchDeeplinkError reason)
-
-
Method Detail
-
getReason
final StytchDeeplinkError getReason()
A StytchDeeplinkError explaining why the deeplink was not handled
-
-
-
-