| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LoginScopes |
LegacyMicrosoftAccount.login()
Get the login property: The configuration settings of the login flow.
|
LoginScopes |
Google.login()
Get the login property: The configuration settings of the login flow.
|
LoginScopes |
Apple.login()
Get the login property: The configuration settings of the login flow.
|
LoginScopes |
GitHub.login()
Get the login property: The configuration settings of the login flow.
|
LoginScopes |
Facebook.login()
Get the login property: The configuration settings of the login flow.
|
LoginScopes |
LoginScopes.withScopes(List<String> scopes)
Set the scopes property: A list of the scopes that should be requested while authenticating.
|
| Modifier and Type | Method and Description |
|---|---|
LegacyMicrosoftAccount |
LegacyMicrosoftAccount.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
Google |
Google.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
Apple |
Apple.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
GitHub |
GitHub.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
Facebook |
Facebook.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.