scopesSupported property
OAuth 2.0 Supported Scope Values JSON array containing a list of the OAuth 2.0 RFC6749
scope values that this server supports. The server MUST support the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used
Implementation
@BuiltValueField(wireName: r'scopes_supported')
BuiltList<String>? get scopesSupported;