@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias AuthReply

    Authentication reply.

    type AuthReply = {
        code: number;
        error: boolean;
        reason?: string;
    }
    Index

    Properties

    Properties

    code: number
    error: boolean
    reason?: string