Class CustomDomainHeader
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Provides constants related to the Auth0 custom domain HTTP header.
public static class CustomDomainHeader
- Inheritance
-
CustomDomainHeader
- Inherited Members
Remarks
Use this when constructing a ManagementApiClient with a custom domain. The header is automatically included on allowed endpoints only.
Fields
HeaderName
The HTTP header name used to specify an Auth0 custom domain.
public const string HeaderName = "Auth0-Custom-Domain"