auth2fa property

  1. @JsonKey(name: 'auth_2fa')
bool? auth2fa
inherited

Two-factor authentication (2FA) enabled.

Implementation

@JsonKey(name: 'auth_2fa')
bool? get auth2fa => throw _privateConstructorUsedError;