Uses of Class
com.azure.resourcemanager.appservice.models.Nonce
Packages that use Nonce
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Nonce in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return NonceModifier and TypeMethodDescriptionstatic Nonce
Nonce.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Nonce from the JsonReader.Login.nonce()
Get the nonce property: The configuration settings of the nonce used in the login flow.Nonce.withNonceExpirationInterval
(String nonceExpirationInterval) Set the nonceExpirationInterval property: The time after the request is made when the nonce should expire.Nonce.withValidateNonce
(Boolean validateNonce) Set the validateNonce property: <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.Methods in com.azure.resourcemanager.appservice.models with parameters of type Nonce