Package com.stytch.sdk.common
Class DeeplinkHandledStatus.ManualHandlingRequired
-
- All Implemented Interfaces:
-
com.stytch.sdk.common.DeeplinkHandledStatus
public final class DeeplinkHandledStatus.ManualHandlingRequired implements DeeplinkHandledStatus
Indicates that this was a supported Stytch deeplink, but there is something more your application needs to do with the extracted token.
Currently, this is only used for handling PasswordResetStart deeplinks, in which you must collect a new password from a user and use this returned token to complete the PasswordReset flow.
-
-
Constructor Summary
Constructors Constructor Description DeeplinkHandledStatus.ManualHandlingRequired(TokenType type, String token)
-