We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1ca65 commit bb478a0Copy full SHA for bb478a0
1 file changed
packages/protos/io/restorecommerce/user.proto
@@ -75,6 +75,7 @@ message LoginRequest {
75
message ImpersonateRequest {
76
optional string identifier = 1; // Username to impersonate
77
optional io.restorecommerce.auth.Subject subject = 2; // Impersonator's subject
78
+ optional uint32 token_ttl = 3; // Token time to live in seconds
79
}
80
81
message AccessTokenData {
0 commit comments