``` type Config struct { ForcePKCE bool } ``` the value of `ForcePKCE` is `false` by default and is checked in two places whether `true` or not. Is there any scenario where the value can be set to `true`?