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
| Parameter | Type |
|---|---|
error | Error |
Returns
void