@oneblink/apps-react
    Preparing search index...

    Type Alias LoginAttemptResponse

    type LoginAttemptResponse = {
        mfaCodeCallback?: (code: string) => Promise<LoginAttemptResponse>;
        resetPasswordCallback?: (
            newPassword: string,
        ) => Promise<LoginAttemptResponse>;
    }
    Index

    Properties

    mfaCodeCallback?: (code: string) => Promise<LoginAttemptResponse>
    resetPasswordCallback?: (newPassword: string) => Promise<LoginAttemptResponse>