LiveKit JS Client SDK - v2.16.0
    Preparing search index...

    Interface TokenSourceEndpoint

    interface TokenSourceEndpoint {
        fetch(
            options: TokenSourceFetchOptions,
        ): Promise<Required<PartialMessage<TokenSourceResponse>>>;
        getCachedResponseJwtPayload(): TokenPayload | null;
    }

    Hierarchy (View Summary)

    Index

    Methods