supportsScopes property Null safety
Whether or not this instance allows scoping or not.
In application's that do not use authorization scopes, this will return false. Otherwise, will return true.
Implementation
bool get supportsScopes => allowedScopes != null;