interface TypedAuthResult {
    ack?: { err?: string; ok?: number; pub?: string; sea?: ISEAPair };
    error?: string;
    sea?: ISEAPair;
    success: boolean;
    username?: string;
    userPub?: string;
}

Properties

ack?: { err?: string; ok?: number; pub?: string; sea?: ISEAPair }
error?: string
sea?: ISEAPair
success: boolean
username?: string
userPub?: string