scopes property

List<String> get scopes

The permissions granted by the session's access token. Available scopes are defined by the {@link AuthenticationProvider}.

Implementation

_i2.List<_i2.String> get scopes => (_i5.getProperty(
      this,
      'scopes',
    ) as _i2.List)
        .cast();