chore: add iam in access token response

This commit is contained in:
mapoofano 2025-02-25 16:18:25 +03:30
parent 4229ff62b4
commit 191cae26fd

View File

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