function trimAuthToken
trimAuthToken(authToken: string): string

Strip padding added by padAuthToken to recover the original serial number

Parameters

authToken: string

Return Type

string

Usage

import { trimAuthToken } from "docs/tickets.ts";