Uses of Class
com.azure.resourcemanager.appcontainers.models.Nonce
-
Packages that use Nonce Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of Nonce in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Nonce Modifier and Type Method Description Nonce
Login. nonce()
Get the nonce property: The configuration settings of the nonce used in the login flow.Nonce
Nonce. withNonceExpirationInterval(String nonceExpirationInterval)
Set the nonceExpirationInterval property: The time after the request is made when the nonce should expire.Nonce
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.appcontainers.models with parameters of type Nonce Modifier and Type Method Description Login
Login. withNonce(Nonce nonce)
Set the nonce property: The configuration settings of the nonce used in the login flow.
-