bool supportsScopes

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.

Source

bool get supportsScopes => allowedScopes != null;