CognitoUpdateUserAttributePluginOptions.fromJson constructor

CognitoUpdateUserAttributePluginOptions.fromJson(
  1. Map<String, Object?> json
)

Cognito options for Amplify.Auth.updateUserAttribute.

Implementation

factory CognitoUpdateUserAttributePluginOptions.fromJson(
  Map<String, Object?> json,
) =>
    _$CognitoUpdateUserAttributePluginOptionsFromJson(json);