usePkce property

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

Enable the use of Proof Key for Code Exchange (PKCE) for the OAuth2 flow.

Implementation

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

Implementation

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