Options
All
  • Public
  • Public/Protected
  • All
Menu

Module CognitoAttributes

Collection of helper types describing attributes on a Cognito user. UserAttributes technically comes out of Cognito as a ListType, but we transform it on the server into a MapType which fits the UserAttributes spec.

Index

Interfaces

ItemType

ItemType:

Name

Name: NameType

Optional Value

Value: ValueType

MFAOptionType

MFAOptionType:

Optional AttributeName

AttributeName: NameType

Optional DeliveryMedium

DeliveryMedium: DeliveryMediumType

Type aliases

DeliveryMediumType

DeliveryMediumType: "SMS" | "EMAIL" | string

ListType

ListType: ItemType[]

MFAOptionListType

MFAOptionListType: MFAOptionType[]

MapType

MapType: object

Type declaration

NameType

NameType: string

UserMFASettingListType

UserMFASettingListType: string[]

ValueType

ValueType: string

Generated using TypeDoc