···33 //
34 // The intended use-case for this flag is as an optimization for services which do not care about handles, but still want to use the `Directory` interface (instead of `ResolveDID`). For example, relay implementations, or services validating inter-service auth requests.
35 SkipHandleVerification bool
0036}
3738var _ Directory = (*BaseDirectory)(nil)
···33 //
34 // The intended use-case for this flag is as an optimization for services which do not care about handles, but still want to use the `Directory` interface (instead of `ResolveDID`). For example, relay implementations, or services validating inter-service auth requests.
35 SkipHandleVerification bool
36+ // User-Agent header for HTTP requests. Optional (ignored if empty string).
37+ UserAgent string
38}
3940var _ Directory = (*BaseDirectory)(nil)