scopesSupported property

List<String>? scopesSupported

A list of the OAuth 2.0 scope values that this server supports.

Implementation

List<String>? get scopesSupported => getTypedList('scopes_supported');