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

    Interface TokenSourceCustom

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

    Hierarchy

    • TokenSourceCached
      • TokenSourceCustom
    Index

    Methods