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

    Type Alias SignOutReason

    Consume-once record of why the SDK terminated the session on its own.

    type SignOutReason = {
        at: number;
        code?: string;
        message: string;
    }
    Index

    Properties

    Properties

    at: number

    Epoch ms when the session was terminated.

    code?: string

    Stable machine code when the server sent one (e.g. user_suspended).

    message: string

    Human-readable message from the terminal error.