express-openid-connect
    Preparing search index...

    Interface Session

    Session object

    interface Session {
        access_token: string;
        expires_at: string;
        id_token: string;
        refresh_token: string;
        token_type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    access_token: string
    expires_at: string
    id_token: string

    Values stored in an authentication session

    refresh_token: string
    token_type: string