Class LoginScopes
java.lang.Object
com.azure.resourcemanager.appservice.models.LoginScopes
The configuration settings of the login flow, including the scopes that should be requested.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscopes()Get the scopes property: A list of the scopes that should be requested while authenticating.voidvalidate()Validates the instance.withScopes(List<String> scopes) Set the scopes property: A list of the scopes that should be requested while authenticating.
-
Constructor Details
-
LoginScopes
public LoginScopes()Creates an instance of LoginScopes class.
-
-
Method Details
-
scopes
Get the scopes property: A list of the scopes that should be requested while authenticating.- Returns:
- the scopes value.
-
withScopes
Set the scopes property: A list of the scopes that should be requested while authenticating.- Parameters:
scopes- the scopes value to set.- Returns:
- the LoginScopes object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-