Optional props to customize all buttons. Typically used to change the mode
prop.
Optional props for the cancel button. Typically used to change the title
prop.
Optional child components for the ConfirmForm
Optional props for the e-mail input. Typically used to change the label
prop.
See {@link ICrossEditorProps}
Optional child components for the ForgotForm (reset password)
Optional props for the login button. Typically used to change the title
prop.
Optional child components for the LoginForm (username / password)
Occurs when the user was successfully logged in and contains the resulting user.
Optional props for the password input. Typically used to change the label
prop.
See {@link ICrossEditorProps}
Optional props for the phone input. Typically used to change the label
prop or change the maskProps
.
See {@link ICrossEditorProps}
Optional props for the register button. Typically used to change the title
prop.
Optional child components for the RegisterForm
Optional props for the save button. Typically used to change the title
prop.
Properties for the CognitoLogin component.
Allows customization and provides the onLoggedIn event.
Children can be supplied to the forms: registerChildren, confirmChildren, forgotChildren, loginChildren