PasswordlessType

public enum PasswordlessType : String

Types of passwordless authentication.

  • Simple OTP code sent by email or SMS.

    Declaration

    Swift

    case code = "code"
  • Regular Web HTTP link (web only, uses a redirect).

    Declaration

    Swift

    case webLink = "link"
  • Universal Link.

    Declaration

    Swift

    case iOSLink = "link_ios"
  • Android App Link.

    Declaration

    Swift

    case androidLink = "link_android"