api: adding a gRPC call for listing refresh tokens.
This commit is contained in:
@@ -8,3 +8,10 @@ message RefreshToken {
|
||||
string refresh_id = 1;
|
||||
string token = 2;
|
||||
}
|
||||
|
||||
// IDTokenSubject represents both the userID and connID which is returned
|
||||
// as the "sub" claim in the ID Token.
|
||||
message IDTokenSubject {
|
||||
string user_id = 1;
|
||||
string conn_id = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user