/** * Represents a single API authentication method. */ export enum AuthenticationMethod { NONE, API_KEY, SIGNED, }