usePkce property

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

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

Implementation

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

Implementation

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