Bitwarden is a free/freemium open-source password management service that stores sensitive information such as website credentials in an encrypted vault.
client_id: "user.clientId"
(This value is unique to your account and does not change.)client_secret: "clientSecret"
(This value is unique and can be rotated.)scope: "api"
(This value will always be “api”.)grant_type: "client_credentials"
(This value will always be “client_credentials”.)client_id
and client_secret
.