Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
aws-amplify
auth
<Reference Types>
AuthCodeDeliveryDetails
Interface AuthCodeDeliveryDetails<UserAttributeKey>
Data describing the dispatch of a confirmation code.
interface
AuthCodeDeliveryDetails
<
UserAttributeKey
>
{
attributeName
?:
UserAttributeKey
;
deliveryMedium
?:
AuthDeliveryMedium
;
destination
?:
string
;
}
Type Parameters
UserAttributeKey
extends
AuthUserAttributeKey
=
AuthUserAttributeKey
Index
Properties
attribute
Name?
delivery
Medium?
destination?
Properties
Optional
attribute
Name
attribute
Name
?:
UserAttributeKey
Optional
delivery
Medium
delivery
Medium
?:
AuthDeliveryMedium
Optional
destination
destination
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attribute
Name
delivery
Medium
destination
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter
Data describing the dispatch of a confirmation code.