Merge branch 'mh/credential-oauth-refresh-token'

The credential subsystem learns to help OAuth framework.

* mh/credential-oauth-refresh-token:
  credential: new attribute oauth_refresh_token
This commit is contained in:
Junio C Hamano
2023-05-10 10:23:28 -07:00
7 changed files with 65 additions and 0 deletions

View File

@ -141,6 +141,7 @@ struct credential {
char *protocol;
char *host;
char *path;
char *oauth_refresh_token;
timestamp_t password_expiry_utc;
};