usePkce property
Enable the use of Proof Key for Code Exchange (PKCE) for the OAuth2 flow.
Implementation
@$pb.TagNumber(11)
$core.bool get usePkce => $_getBF(10);
Implementation
@$pb.TagNumber(11)
set usePkce($core.bool value) => $_setBool(10, value);