Uses of Class
com.azure.resourcemanager.appservice.models.LoginScopes
Packages that use LoginScopes
Package
Description
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 LoginScopesModifier and TypeMethodDescriptionstatic LoginScopesLoginScopes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoginScopes from the JsonReader.Apple.login()Get the login property: The configuration settings of the login flow.Facebook.login()Get the login property: The configuration settings of the login flow.GitHub.login()Get the login property: The configuration settings of the login flow.Google.login()Get the login property: The configuration settings of the login flow.LegacyMicrosoftAccount.login()Get the login property: The configuration settings of the login flow.LoginScopes.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 LoginScopesModifier and TypeMethodDescriptionApple.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.Facebook.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.GitHub.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.Google.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.LegacyMicrosoftAccount.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.