hasMTLS property
bool
get
hasMTLS
Whether mTLS is configured.
Implementation
bool get hasMTLS => mtlsConfig != null && mtlsConfig!.isNotEmpty;
Whether mTLS is configured.
bool get hasMTLS => mtlsConfig != null && mtlsConfig!.isNotEmpty;