| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
SiteAuthSettingsV2Properties.login()
Get the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
Login |
SiteAuthSettingsV2Inner.login()
Get the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties.withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.withAllowedExternalRedirectUrls(List<String> allowedExternalRedirectUrls)
Set the allowedExternalRedirectUrls property: External URLs that can be redirected to as part of logging in or
logging out of the app.
|
Login |
Login.withCookieExpiration(CookieExpiration cookieExpiration)
Set the cookieExpiration property: The configuration settings of the session cookie's expiration.
|
Login |
Login.withNonce(Nonce nonce)
Set the nonce property: The configuration settings of the nonce used in the login flow.
|
Login |
Login.withPreserveUrlFragmentsForLogins(Boolean preserveUrlFragmentsForLogins)
Set the preserveUrlFragmentsForLogins property: <code>true</code> if the fragments from the request
are preserved after the login request is made; otherwise, <code>false</code>.
|
Login |
Login.withRoutes(LoginRoutes routes)
Set the routes property: The routes that specify the endpoints used for login and logout requests.
|
Login |
Login.withTokenStore(TokenStore tokenStore)
Set the tokenStore property: The configuration settings of the token store.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.