void setClientAuthoritiesBytes(List<int> authCertBytes, {String password})

Sets the list of authority names that a SecureServer will advertise as accepted, when requesting a client certificate from a connecting client.

Like setClientAuthority but takes the contents of the file.

Source

void setClientAuthoritiesBytes(List<int> authCertBytes, {String password});