responseTypesSupported property

List<String> responseTypesSupported

A list of the OAuth 2.0 response_type values that this OP supports.

Implementation

List<String> get responseTypesSupported =>
    getTypedList('response_types_supported')!;