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.

    • 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 StytchDeeplinkError getReason() A StytchDeeplinkError explaining why the deeplink was not handled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait