usePkce property
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);
Implementation
@$pb.TagNumber(5)
set usePkce($core.bool value) => $_setBool(4, value);