mfaEnabled property

  1. @JsonKey(name: 'mfa_enabled')
bool? mfaEnabled
final

whether the user has two factor enabled on their account

Required OAuth2 scope: identify

Implementation

@JsonKey(name: 'mfa_enabled')
final bool? mfaEnabled;