Uses of Class
com.azure.resourcemanager.appservice.models.Nonce
-
Packages that use Nonce Package Description com.azure.resourcemanager.appservice.models 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 Nonce Modifier and Type Method Description NonceLogin. nonce()Get the nonce property: The configuration settings of the nonce used in the login flow.NonceNonce. withNonceExpirationInterval(String nonceExpirationInterval)Set the nonceExpirationInterval property: The time after the request is made when the nonce should expire.NonceNonce. 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 Modifier and Type Method Description LoginLogin. withNonce(Nonce nonce)Set the nonce property: The configuration settings of the nonce used in the login flow.
-