Type Alias TokenOptions

TokenOptions: {
    apiKey: string;
    expiresAt?: Date;
}