codeChallengeMethod property
- @JsonKey.new(includeIfNull: false, name: 'code_challenge_method')
final
The PKCE code challenge method
Implementation
@JsonKey(includeIfNull: false, name: 'code_challenge_method')
final AuthorizeConsentRequestCodeChallengeMethodCodeChallengeMethod?
codeChallengeMethod;