allowedHosts property

Set<String>? allowedHosts
final

Optional allowlist of did:web hostnames (lowercase, no port). When non-null, only these hosts may be contacted for did:web resolution; any other did:web issuer is rejected with an IdentityException before a request is issued.

Implementation

final Set<String>? allowedHosts;