codeChallengeMethodsSupported property

  1. @JsonKey(name: 'code_challenge_methods_supported')
List<String>? get codeChallengeMethodsSupported
inherited

Text

Implementation

@JsonKey(name: 'code_challenge_methods_supported')
List<String>? get codeChallengeMethodsSupported =>
    throw _privateConstructorUsedError;