Class ProofOfPossessionOptions

java.lang.Object
com.azure.core.credential.ProofOfPossessionOptions

public class ProofOfPossessionOptions extends Object
Specifies Options for Pop Token authentication.
  • Constructor Details

  • Method Details

    • getProofOfPossessionNonce

      public String getProofOfPossessionNonce()
      Gets the proof of possession nonce.
      Returns:
      A string representing the proof of possession nonce.
    • setProofOfPossessionNonce

      public ProofOfPossessionOptions setProofOfPossessionNonce(String proofOfPossessionNonce)
      Sets the proof of possession nonce.
      Parameters:
      proofOfPossessionNonce - A string representing the proof of possession nonce.
      Returns:
      The updated instance of ProofOfPossessionOptions.
    • getRequestUrl

      public URL getRequestUrl()
      Gets the request URL.
      Returns:
      A URL representing the request URL.
    • setRequestUrl

      public ProofOfPossessionOptions setRequestUrl(URL requestUrl)
      Sets the request URL.
      Parameters:
      requestUrl - A URL representing the request URL.
      Returns:
      The updated instance of ProofOfPossessionOptions.
    • getRequestMethod

      public HttpMethod getRequestMethod()
      Gets the request method.
      Returns:
      An HttpMethod representing the request method.
    • setRequestMethod

      public ProofOfPossessionOptions setRequestMethod(HttpMethod requestMethod)
      Sets the request method.
      Parameters:
      requestMethod - An HttpMethod representing the request method.
      Returns:
      The updated instance of ProofOfPossessionOptions.