Update protobuf definitions: 9a404e5f

By allanger

Commit link: 9a404e5f09

Pipeline link: https://ci.badhouseplants.net/repos/34/pipeline/59
This commit is contained in:
2026-05-09 13:26:27 +00:00
parent c0111b8f66
commit e7aa4f1bad

View File

@@ -52,7 +52,8 @@ class AccountsNoAuthServiceClient extends $grpc.Client {
return $createUnaryCall(_$signUp, request, options: options);
}
/// RefreshToken doesn't use regular auth methods
/// RefreshToken doesn't use regular auth methods, it recieves the token in data,
/// checks whether a session with this token exists and create a new one if yes
$grpc.ResponseFuture<$1.Empty> refreshToken(
$0.RefreshTokenRequest request, {
$grpc.CallOptions? options,