Member Junction
    Preparing search index...

    Interface MediaAccessTokenClaims

    The claims carried by a media-access token.

    interface MediaAccessTokenClaims {
        fileId: string;
        typ: "media-access";
        userId: string;
    }
    Index

    Properties

    Properties

    fileId: string

    The MJ: Files id this token grants streaming access to.

    typ: "media-access"

    Discriminator — always MEDIA_ACCESS_TOKEN_TYPE.

    userId: string

    The id of the user the token was minted for (audit/forensics only — access was already checked).