mfaMethod property

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

MFA method to use for verification

Implementation

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