Axinom Mosaic Libraries
    Preparing search index...

    Response for a SignInWithCredentials flow.

    interface SignInResponse {
        code: SignInResponseCode;
        details?: Record<string, unknown>;
        message?: string;
    }
    Index

    Properties

    details?: Record<string, unknown>
    message?: string