Scope constructor Null safety
Add to ResourceController operation method to require authorization scope.
An incoming Request.authorization must have sufficient scope for all scopes.
Implementation
const Scope(this.scopes);
Add to ResourceController operation method to require authorization scope.
An incoming Request.authorization must have sufficient scope for all scopes.
const Scope(this.scopes);