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:
@ -134,6 +134,9 @@ static void serve_one_client(FILE *in, FILE *out)
|
||||
if (e->item.password_expiry_utc != TIME_MAX)
|
||||
fprintf(out, "password_expiry_utc=%"PRItime"\n",
|
||||
e->item.password_expiry_utc);
|
||||
if (e->item.oauth_refresh_token)
|
||||
fprintf(out, "oauth_refresh_token=%s\n",
|
||||
e->item.oauth_refresh_token);
|
||||
}
|
||||
}
|
||||
else if (!strcmp(action.buf, "exit")) {
|
||||
|
Reference in New Issue
Block a user