Frodo Library - v4.8.5
    Preparing search index...

    Interface CachedSessionSummary

    interface CachedSessionSummary {
        expires: number;
        host: string;
        isExpired: boolean;
        realm: string;
        subject: string;
        tokenType: "unknown" | tokenType;
    }
    Index

    Properties

    expires: number
    host: string
    isExpired: boolean
    realm: string
    subject: string
    tokenType: "unknown" | tokenType