Skip to content

digital-identity-platform-docs


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

Interface: VerifyErrorResponse

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

Failed verification response

Properties

status

status: "error"

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

Domain status after verification


error

error: string

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

Error description


domain?

optional domain: unknown

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

Updated domain record (optional)

Released under proprietary license.