Class ProofOfPossession

java.lang.Object
com.auth0.json.mgmt.resourceserver.ProofOfPossession

public class ProofOfPossession extends Object
  • Constructor Details

    • ProofOfPossession

      public ProofOfPossession(String mechanism, Boolean required)
  • Method Details

    • getMechanism

      public String getMechanism()
      Getter for the mechanism of the Proof of Possession.
      Returns:
      the mechanism of the Proof of Possession.
    • setMechanism

      public void setMechanism(String mechanism)
      Setter for the mechanism of the Proof of Possession.
      Parameters:
      mechanism - the mechanism of the Proof of Possession.
    • getRequired

      public Boolean getRequired()
      Getter for the required flag of the Proof of Possession.
      Returns:
      the required flag of the Proof of Possession.
    • setRequired

      public void setRequired(Boolean required)
      Setter for the required flag of the Proof of Possession.
      Parameters:
      required - the required flag of the Proof of Possession.