diff --git a/src/api/accounts/v1/accounts_v1_pb.ts b/src/api/accounts/v1/accounts_v1_pb.ts index 4d61a33..081f082 100644 --- a/src/api/accounts/v1/accounts_v1_pb.ts +++ b/src/api/accounts/v1/accounts_v1_pb.ts @@ -226,7 +226,8 @@ export const AccountsNoAuthService: GenService<{ output: typeof EmptySchema; }, /** - * 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 * * @generated from rpc accounts.v1.AccountsNoAuthService.RefreshToken */