Uses of Class
com.azure.resourcemanager.appservice.models.Login
Packages that use Login
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of Login in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return LoginModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.login()Get the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.SiteAuthSettingsV2Properties.login()Get the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type LoginModifier and TypeMethodDescriptionSet the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.Set the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization. -
Uses of Login in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type LoginModifier and TypeClassDescriptionfinal classThe configuration settings of the login flow of users using App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.models that return LoginModifier and TypeMethodDescriptionstatic LoginLogin.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Login from the JsonReader.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.withCookieExpiration(CookieExpiration cookieExpiration) Set the cookieExpiration property: The configuration settings of the session cookie's expiration.Set the nonce property: The configuration settings of the nonce used in the login flow.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.withRoutes(LoginRoutes routes) Set the routes property: The routes that specify the endpoints used for login and logout requests.Login.withTokenStore(TokenStore tokenStore) Set the tokenStore property: The configuration settings of the token store.