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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final TokenType getType() The TokenType that was extracted from the deeplink
      final String getToken() The token that was extracted from the deeplink
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeeplinkHandledStatus.ManualHandlingRequired

        DeeplinkHandledStatus.ManualHandlingRequired(TokenType type, String token)