allowedMethods property

  1. @JsonKey.new(name: 'allowed_methods')
List<String> allowedMethods
final

List of allowed MFA methods

Implementation

@JsonKey(name: 'allowed_methods')
final List<String> allowedMethods;