String variant of allowsScope.
Parses an instance of this type from scopeString and invokes allowsScope.
Source
bool allows(String scopeString) {
return allowsScope(new AuthScope(scopeString));
}
String variant of allowsScope.
Parses an instance of this type from scopeString and invokes allowsScope.
bool allows(String scopeString) {
return allowsScope(new AuthScope(scopeString));
}