scopes property

List<String> get scopes

The identifier for resources that the client wants to access.

Implementation

List<String> get scopes => List.from(<String>{
      'openid',
      ...?additionalScopes,
    });