missingAttributes property

List<AuthUserAttributeKey> missingAttributes
final

Attributes which are required in your backend but have not yet been provided as part of the sign-in/sign-up flow for this user.

Values for these attributes should be passed to the next Amplify.Auth.confirmSignIn call.

Implementation

final List<AuthUserAttributeKey> missingAttributes;