Uses of Class
com.azure.resourcemanager.appcontainers.models.LoginScopes
-
Packages that use LoginScopes Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of LoginScopes in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return LoginScopes Modifier and Type Method Description LoginScopes
Apple. 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
GitHub. 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
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.appcontainers.models with parameters of type LoginScopes Modifier and Type Method Description Apple
Apple. 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.GitHub
GitHub. 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.
-