claimsSupported property

List<String>? claimsSupported

A list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply values for.

Note that for privacy or other reasons, this might not be an exhaustive list.

Implementation

List<String>? get claimsSupported => getTypedList('claims_supported');