getDomain
suspend fun Organization.getDomain(domainId: String): ClerkResult<OrganizationDomain, ClerkErrorResponse>
Retrieves a specific domain by its unique identifier.
Return
A ClerkResult containing the OrganizationDomain on success, or a ClerkErrorResponse on failure.
Parameters
domainId
The unique identifier of the domain to retrieve.