codeChallengeMethodsSupported property

List<String>? codeChallengeMethodsSupported

A list of PKCE code challenge methods supported by this authorization server.

Implementation

List<String>? get codeChallengeMethodsSupported =>
    getTypedList('code_challenge_methods_supported');