authByPassword property

  1. @JsonKey(name: 'auth_by_password')
bool? authByPassword
inherited

Password authentication enabled.

Implementation

@JsonKey(name: 'auth_by_password')
bool? get authByPassword => throw _privateConstructorUsedError;