requiredScopes property

Set<Scope> get requiredScopes
inherited

List of Scopes that are required to access this Endpoint. Override this getter to setup custom requirements.

Implementation

Set<Scope> get requiredScopes => {};