Merge pull request 'chore: add iam in access token response' (#16) from chore-access-token-update into v2

Reviewed-on: https://git.kahrobatoken.com/Kahroba/proto/pulls/16
This commit is contained in:
mapoofano 2025-02-25 12:49:07 +00:00
commit f4d320b916

View File

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