grantTypesSupported property

List<String>? grantTypesSupported

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

Implementation

List<String>? get grantTypesSupported =>
    getTypedList('grant_types_supported');