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