We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bafb5 commit 188f75eCopy full SHA for 188f75e
1 file changed
packages/protos/io/restorecommerce/user.proto
@@ -73,8 +73,8 @@ message LoginRequest {
73
}
74
75
message ImpersonateRequest {
76
- optional string identifier = 1; // Username
77
- optional io.restorecommerce.auth.Subject subject = 2;
+ optional string identifier = 1; // Username to impersonate
+ optional io.restorecommerce.auth.Subject subject = 2; // Impersonator's subject
78
79
80
message EndImpersonationRequest {
0 commit comments