@faable/auth-js - v2.8.1
    Preparing search index...

    Type Alias LastUsedLoginMethod

    A confirmed login, as recorded after the session was actually established — clicking a sign-in button that ends in an error never produces one.

    type LastUsedLoginMethod = {
        at: number;
        connection?: string;
        connection_id?: string;
        method: LastUsedLoginMethodKind;
    }
    Index

    Properties

    at: number

    Epoch milliseconds of the confirmed login.

    connection?: string

    Connection name passed to the sign-in call, when there was one.

    connection_id?: string

    Connection id passed to the sign-in call, when there was one.