Uses of Class
com.azure.resourcemanager.appservice.models.LoginScopes
-
Packages that use LoginScopes Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of LoginScopes in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LoginScopes Modifier and Type Method Description LoginScopesApple. login()Get the login property: The configuration settings of the login flow.LoginScopesFacebook. login()Get the login property: The configuration settings of the login flow.LoginScopesGitHub. login()Get the login property: The configuration settings of the login flow.LoginScopesGoogle. login()Get the login property: The configuration settings of the login flow.LoginScopesLegacyMicrosoftAccount. login()Get the login property: The configuration settings of the login flow.LoginScopesLoginScopes. withScopes(List<String> scopes)Set the scopes property: A list of the scopes that should be requested while authenticating.Methods in com.azure.resourcemanager.appservice.models with parameters of type LoginScopes Modifier and Type Method Description AppleApple. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.FacebookFacebook. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.GitHubGitHub. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.GoogleGoogle. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.LegacyMicrosoftAccountLegacyMicrosoftAccount. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.
-