From 191cae26fd08aaed757a687293312cc2a6e6d090 Mon Sep 17 00:00:00 2001 From: mapoofano Date: Tue, 25 Feb 2025 16:18:25 +0330 Subject: [PATCH] chore: add iam in access token response --- auth/v1/msg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/v1/msg.proto b/auth/v1/msg.proto index 1cdb4e5..4e7216f 100644 --- a/auth/v1/msg.proto +++ b/auth/v1/msg.proto @@ -62,6 +62,7 @@ message UserAccessTokenRes { string access_token = 1; int64 access_expired_at = 2; string refresh_token = 3; + InternalIAM iam = 4; } /* -- 2.47.2