usePkce property

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

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

Implementation

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

Implementation

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