UNPKG

@fal-ai/serverless-client

Version:

Deprecation note: this library has been deprecated in favor of @fal-ai/client

6 lines (5 loc) 190 B
export declare const TOKEN_EXPIRATION_SECONDS = 120; /** * Get a token to connect to the realtime endpoint. */ export declare function getTemporaryAuthToken(app: string): Promise<string>;