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