CognitoUpdateUserAttributeStep typedef

  1. @Deprecated(''' Use AuthUpdateAttributeStep instead. These steps are generic and not specific to Cognito. ''')
CognitoUpdateUserAttributeStep = AuthUpdateAttributeStep

The current step in the attribute update flow.

Implementation

@Deprecated('''
Use AuthUpdateAttributeStep instead. These steps are generic and not specific
to Cognito.
''')
typedef CognitoUpdateUserAttributeStep = AuthUpdateAttributeStep;