await this.prisma.oAuthClient.findUnique({
        rejectOnNotFound: true,
        where: {
          id: clientId,
        },