Uses of Class
com.azure.core.credential.ProofOfPossessionOptions
Packages that use ProofOfPossessionOptions
Package
Description
Azure Core Credential library is designed to simplify the process of authenticating and authorizing access
to Azure services from Java applications.
-
Uses of ProofOfPossessionOptions in com.azure.core.credential
Methods in com.azure.core.credential that return ProofOfPossessionOptionsModifier and TypeMethodDescriptionTokenRequestContext.getProofOfPossessionOptions()Gets the proof of possession options.ProofOfPossessionOptions.setProofOfPossessionNonce(String proofOfPossessionNonce) Sets the proof of possession nonce.ProofOfPossessionOptions.setRequestMethod(HttpMethod requestMethod) Sets the request method.ProofOfPossessionOptions.setRequestUrl(URL requestUrl) Sets the request URL.Methods in com.azure.core.credential with parameters of type ProofOfPossessionOptionsModifier and TypeMethodDescriptionTokenRequestContext.setProofOfPossessionOptions(ProofOfPossessionOptions proofOfPossessionOptions) Sets the proof of possession options.