mfaMethod property

  1. @JsonKey.new(includeIfNull: false, name: 'mfa_method')
UserUpdateWithVerificationRequestMfaMethodMfaMethod? mfaMethod
final

MFA method to use for verification

Implementation

@JsonKey(includeIfNull: false, name: 'mfa_method')
final UserUpdateWithVerificationRequestMfaMethodMfaMethod? mfaMethod;