Running ./mongod --help produces output which includes the following:
--oidcAccessToken arg If set, the shell will pass this token to the server for any user that tries authenticating with the MONGODB-OIDC mechanism. This will bypass the device authorization grant flow.
This option looks mostly relevant to the shell, not to mongod. We should remove it from the mongod binary.