requiredScopes property
List of Scope
s that are required to access this Endpoint
. Override
this getter to setup custom requirements.
Implementation
Set<Scope> get requiredScopes => {};
List of Scope
s that are required to access this Endpoint
. Override
this getter to setup custom requirements.
Set<Scope> get requiredScopes => {};