From e7aa4f1badd5f4a62b176877ffe6bfb8ec9e89ff Mon Sep 17 00:00:00 2001 From: devops-bot Date: Sat, 9 May 2026 13:26:27 +0000 Subject: [PATCH] Update protobuf definitions: 9a404e5f By allanger Commit link: https://gitea.badhouseplants.net/softplayer/softplayer-proto/commit/9a404e5f0922fc82ef0a7006354aeae5fcbcf184 Pipeline link: https://ci.badhouseplants.net/repos/34/pipeline/59 --- lib/src/accounts/v1/accounts_v1.pbgrpc.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/accounts/v1/accounts_v1.pbgrpc.dart b/lib/src/accounts/v1/accounts_v1.pbgrpc.dart index d8515bc..471530c 100644 --- a/lib/src/accounts/v1/accounts_v1.pbgrpc.dart +++ b/lib/src/accounts/v1/accounts_v1.pbgrpc.dart @@ -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,