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

    Interface TokenSourceCustom

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

    Hierarchy

    • TokenSourceCached
      • TokenSourceCustom
    Index

    Methods