UNPKG

@raddiamond/nexauth-core

Version:

Core authentication plugin supporting Local, AD authentication

15 lines (14 loc) 322 B
export declare class Tenant { id: string; tenantId: string; clientId: string; clientSecret: string; identityProviderType: 'local' | 'ad' | 'ui'; redirectUrl?: string; allowedOrigins?: string[]; authSteps?: { type: string; [key: string]: any; }[]; domain?: string; }