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

    Type Alias UserSessionMetaType

    UserSessionMetaType: AuthenticateSuccessResponse & {
        amCtxId?: string;
        expires: number;
        from_cache?: boolean;
        latestAccessTime?: string;
        universalId?: string;
    }