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;
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.
bool get supportsScopes => allowedScopes != null;