codeChallengeMethod property

  1. @JsonKey.new(includeIfNull: false, name: 'code_challenge_method')
AuthorizeConsentRequestCodeChallengeMethodCodeChallengeMethod? codeChallengeMethod
final

The PKCE code challenge method

Implementation

@JsonKey(includeIfNull: false, name: 'code_challenge_method')
final AuthorizeConsentRequestCodeChallengeMethodCodeChallengeMethod?
codeChallengeMethod;