responseModesSupported property

List<String>? responseModesSupported

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

Implementation

List<String>? get responseModesSupported =>
    getTypedList('response_modes_supported');