allowedOAuthScopes property

List<String>? allowedOAuthScopes
final

The allowed OAuth scopes. Possible values provided by OAuth are: phone, email, openid, and profile. Possible values provided by AWS are: aws.cognito.signin.user.admin. Custom scopes created in Resource Servers are also supported.

Implementation

final List<String>? allowedOAuthScopes;