Type Alias: AuthProps
AuthProps =
Pick<AuthCoreProps,"signUpTerms"|"logo"|"layout"> &object
Defined in: react-auth-cognito/src/Auth.tsx:23
Type Declaration
onError()?
optionalonError: (error) =>void
Callback function invoked when an error occurs during authentication operations. Receives the error object that was caught.
Parameters
error
Error
Returns
void