claimTypesSupported property

List<String>? claimTypesSupported

A list of the Claim Types that the OpenID Provider supports.

Values defined by the specification are normal, aggregated, and distributed. If omitted, the implementation supports only normal Claims.

Implementation

List<String>? get claimTypesSupported =>
    getTypedList('claim_types_supported');