usePkce property

  1. @TagNumber.new(7)
bool get usePkce

Defines if the Proof Key for Code Exchange (PKCE) is used for the authorization code flow.

Implementation

@$pb.TagNumber(7)
$core.bool get usePkce => $_getBF(6);
  1. @TagNumber.new(7)
set usePkce (bool value)

Implementation

@$pb.TagNumber(7)
set usePkce($core.bool value) => $_setBool(6, value);