eapClientPwd property

  1. @BuiltValueField.new(wireName: r'eapClientPwd')
String? get eapClientPwd

For eap tls. The password of the RSA key file, if that file is password-protected.

Implementation

@BuiltValueField(wireName: r'eapClientPwd')
String? get eapClientPwd;