addInstanceTrustedDomain method

ResponseFuture<AddInstanceTrustedDomainResponse> addInstanceTrustedDomain(
  1. AddInstanceTrustedDomainRequest request, {
  2. CallOptions? options,
})

Add an Instance Trusted Domain

Deprecated: use instance service v2 ListTrustedDomains instead.

Add a domain to the list configured for this ZITADEL instance. These domains are trusted to be used as public hosts.

Implementation

$grpc.ResponseFuture<$0.AddInstanceTrustedDomainResponse>
    addInstanceTrustedDomain(
  $0.AddInstanceTrustedDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addInstanceTrustedDomain, request,
      options: options);
}