Skip to content

digital-identity-platform-docs


digital-identity-platform-docs / supabase/functions/verify_custom_domain / DnsVerificationResult

Interface: DnsVerificationResult

Defined in: supabase/functions/verify_custom_domain/index.ts:90

Result of DNS verification check

Properties

success

success: boolean

Defined in: supabase/functions/verify_custom_domain/index.ts:92

Whether the DNS record matches expected value


error?

optional error: string

Defined in: supabase/functions/verify_custom_domain/index.ts:94

Error message if verification failed

Released under proprietary license.