supertokens-node
    Preparing search index...

    Type Alias SessionInformation

    type SessionInformation = {
        customClaimsInAccessTokenPayload: any;
        expiry: number;
        recipeUserId: RecipeUserId;
        sessionDataInDatabase: any;
        sessionHandle: string;
        tenantId: string;
        timeCreated: number;
        userId: string;
    }
    Index

    Properties

    customClaimsInAccessTokenPayload: any
    expiry: number
    recipeUserId: RecipeUserId
    sessionDataInDatabase: any
    sessionHandle: string
    tenantId: string
    timeCreated: number
    userId: string