Abstract Protected constructorOptional _options: Record<string, unknown>Abstract tokenAbstract tokenThe name of the token location property, usually a header name or querystring key.
Abstract tokenThe token value may have a prefix, such as 'Basic' or 'Bearer'
Abstract cloneOptional options: unknownAbstract getThis function should only be implemented when extending this class
Rest ...args: unknown[]Abstract resolveThis function should only be implemented when extending this class
Static fromOptional _data: unknownStatic fromOptional _prefix: string
The location where the token should be used.