LoginScopes Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.LoginScopes

public final class LoginScopes

The configuration settings of the login flow, including the scopes that should be requested.

Constructor Summary

Constructor Description
LoginScopes()

Creates an instance of LoginScopes class.

Method Summary

Modifier and Type Method and Description
List<String> scopes()

Get the scopes property: A list of the scopes that should be requested while authenticating.

void validate()

Validates the instance.

LoginScopes withScopes(List<String> scopes)

Set the scopes property: A list of the scopes that should be requested while authenticating.

Methods inherited from java.lang.Object

Constructor Details

LoginScopes

public LoginScopes()

Creates an instance of LoginScopes class.

Method Details

scopes

public List scopes()

Get the scopes property: A list of the scopes that should be requested while authenticating.

Returns:

the scopes value.

validate

public void validate()

Validates the instance.

withScopes

public LoginScopes withScopes(List scopes)

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.

Applies to