Amplify Toolbox
Preparing search index...
@aws-amplify/backend-auth
AmplifyAuthProps
Type Alias AmplifyAuthProps
AmplifyAuthProps
:
Expand
<
Omit
<
AuthProps
,
"outputStorageStrategy"
|
"loginWith"
|
"senders"
>
&
{
access
?:
AuthAccessGenerator
;
loginWith
:
Expand
<
AuthLoginWithFactoryProps
>
;
senders
?:
{
email
?:
|
Pick
<
UserPoolSESOptions
,
"fromEmail"
|
"fromName"
|
"replyTo"
>
|
CustomEmailSender
;
sms
?:
UserPoolSnsOptions
|
CustomSmsSender
;
}
;
triggers
?:
Partial
<
Record
<
TriggerEvent
,
ConstructFactory
<
ResourceProvider
<
FunctionResources
>
>
,
>
,
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Amplify Toolbox
Loading...