So far the following storage helpers support the necessary attributes for OAuth token refresh: | Helper | [password_expiry_utc](https://git-scm.com/docs/git-credential#Documentation/git-credential.txt-codepasswordexpiryutccode) | [oauth_refresh_token ](https://git-scm.com/docs/git-credential#Documentation/git-credential.txt-codeoauthrefreshtokencode)| |-------------|---------------------|---------------------| | cache | Git 2.40 | Git 2.41 | | store | ❌ | ❌ | | wincred | Git 2.41 | Git 2.44 | | libsecret | Git 2.43 | Git 2.43 | | osxkeychain | Git 2.45 | Git 2.45 | You can test any helper using Git test suite [t0303-credential-external.sh](https://github.com/git/git/blob/master/t/t0303-credential-external.sh), eg. `GIT_TEST_CREDENTIAL_HELPER=osxkeychain ./t0303-credential-external.sh`.
So far the following storage helpers support the necessary attributes for OAuth token refresh:
You can test any helper using Git test suite t0303-credential-external.sh, eg.
GIT_TEST_CREDENTIAL_HELPER=osxkeychain ./t0303-credential-external.sh.