chore: add iam in access token response
This commit is contained in:
parent
4229ff62b4
commit
191cae26fd
@ -62,6 +62,7 @@ message UserAccessTokenRes {
|
||||
string access_token = 1;
|
||||
int64 access_expired_at = 2;
|
||||
string refresh_token = 3;
|
||||
InternalIAM iam = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user