chore: add iam in access token response #16

Merged
mapoofano merged 1 commits from chore-access-token-update into v2 2025-02-25 12:49:08 +00:00
Showing only changes of commit 191cae26fd - Show all commits

View File

@ -62,6 +62,7 @@ message UserAccessTokenRes {
string access_token = 1;
int64 access_expired_at = 2;
string refresh_token = 3;
InternalIAM iam = 4;
}
/*