pub struct ClerkAuthConfig {
pub app_name: String,
pub production_domain: Option<String>,
}Expand description
The typed clerk/auth --config. Field names ARE the catalog contract; the
gap test pins them against the live configuration_schema.
Fields§
§app_name: String§production_domain: Option<String>Trait Implementations§
Source§impl CatalogService for ClerkAuthConfig
impl CatalogService for ClerkAuthConfig
Source§impl Debug for ClerkAuthConfig
impl Debug for ClerkAuthConfig
Auto Trait Implementations§
impl Freeze for ClerkAuthConfig
impl RefUnwindSafe for ClerkAuthConfig
impl Send for ClerkAuthConfig
impl Sync for ClerkAuthConfig
impl Unpin for ClerkAuthConfig
impl UnsafeUnpin for ClerkAuthConfig
impl UnwindSafe for ClerkAuthConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more