/** * Azure AD OAuth Provider Configuration * * Supports both single-tenant and multi-tenant configurations */ import type { OAuthProviderConfig } from '../../types.ts'; export declare const AzureADProvider: OAuthProviderConfig;