CognitoSignInStep typedef

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

The current step in the sign in flow.

Implementation

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