validateOrgDomain method

ResponseFuture<ValidateOrgDomainResponse> validateOrgDomain(
  1. ValidateOrgDomainRequest request, {
  2. CallOptions? options,
})

Verify Domain

Deprecated: use organization service v2 VerifyOrganizationDomain instead.

Make sure you have added the required verification to your domain, depending on the method you have chosen (HTTP or DNS challenge). ZITADEL will check it and set the domain as verified if it was successful. A verify domain has to be unique.

Implementation

$grpc.ResponseFuture<$0.ValidateOrgDomainResponse> validateOrgDomain(
  $0.ValidateOrgDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$validateOrgDomain, request, options: options);
}