summaryrefslogtreecommitdiffstats
path: root/credential.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-10 19:23:28 +0200
committerJunio C Hamano <gitster@pobox.com>2023-05-10 19:23:29 +0200
commit2ca91d1ee07f934fa7f57ba34c397b150eef023f (patch)
treed71bd150edc85eedc736f64e896acad327874343 /credential.h
parentMerge branch 'ah/doc-attributes-text' (diff)
parentcredential: new attribute oauth_refresh_token (diff)
downloadgit-2ca91d1ee07f934fa7f57ba34c397b150eef023f.tar.xz
git-2ca91d1ee07f934fa7f57ba34c397b150eef023f.zip
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
Diffstat (limited to 'credential.h')
-rw-r--r--credential.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/credential.h b/credential.h
index 2b5958cd43..b8e2936d1d 100644
--- a/credential.h
+++ b/credential.h
@@ -141,6 +141,7 @@ struct credential {
char *protocol;
char *host;
char *path;
+ char *oauth_refresh_token;
timestamp_t password_expiry_utc;
};