@cpod/sdk - v0.2.7
    Preparing search index...

    Interface Session

    Session information

    interface Session {
        user: User;
        access_token: string;
        expires_at: string;
    }
    Index

    Properties

    user: User
    access_token: string
    expires_at: string