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,