displayValuesSupported property

List<String>? displayValuesSupported

A list of the display parameter values that the OpenID Provider supports.

Implementation

List<String>? get displayValuesSupported =>
    getTypedList('display_values_supported');