Class AuthenticationMethod

java.lang.Object
com.auth0.json.mgmt.sessions.AuthenticationMethod

public class AuthenticationMethod extends Object
  • Constructor Details

    • AuthenticationMethod

      public AuthenticationMethod()
  • Method Details

    • getName

      public String getName()
      Returns:
      One of: "federated", "passkey", "pwd", "sms", "email", "mfa", "mock" or a custom method denoted by a URL
    • getTimestamp

      public Date getTimestamp()
      Returns:
      Timestamp of when the signal was received
    • getType

      public String getType()
      Returns:
      A specific MFA factor. Only present when "name" is set to "mfa"