| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and 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>.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.withNonce(Nonce nonce)
Set the nonce property: The configuration settings of the nonce used in the login flow.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.