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:
commit
f4d320b916
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user