ProofOfPossessionOptions Class
- java.
lang. Object - com.
azure. core. credential. ProofOfPossessionOptions
- com.
public class ProofOfPossessionOptions
Specifies Options for Pop Token authentication.
Constructor Summary
Constructor | Description |
---|---|
ProofOfPossessionOptions() |
Creates a new instance of ProofOfPossessionOptions. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getProofOfPossessionNonce()
Gets the proof of possession nonce. |
Http |
getRequestMethod()
Gets the request method. |
URL |
getRequestUrl()
Gets the request URL. |
Proof |
setProofOfPossessionNonce(String proofOfPossessionNonce)
Sets the proof of possession nonce. |
Proof |
setRequestMethod(HttpMethod requestMethod)
Sets the request method. |
Proof |
setRequestUrl(URL requestUrl)
Sets the request URL. |
Methods inherited from java.lang.Object
Constructor Details
ProofOfPossessionOptions
public ProofOfPossessionOptions()
Creates a new instance of ProofOfPossessionOptions.
Method Details
getProofOfPossessionNonce
public String getProofOfPossessionNonce()
Gets the proof of possession nonce.
Returns:
getRequestMethod
public HttpMethod getRequestMethod()
Gets the request method.
Returns:
getRequestUrl
public URL getRequestUrl()
Gets the request URL.
Returns:
setProofOfPossessionNonce
public ProofOfPossessionOptions setProofOfPossessionNonce(String proofOfPossessionNonce)
Sets the proof of possession nonce.
Parameters:
Returns:
setRequestMethod
public ProofOfPossessionOptions setRequestMethod(HttpMethod requestMethod)
Sets the request method.
Parameters:
Returns:
setRequestUrl
public ProofOfPossessionOptions setRequestUrl(URL requestUrl)
Sets the request URL.
Parameters:
Returns:
Applies to
Azure SDK for Java