authInfo property

BasicAuthentication? authInfo
getter/setter pair

The authentication information.

Optional when creating an HTTP check; defaults to empty. Do not set both auth_method and auth_info.

Implementation

BasicAuthentication? authInfo;