TeamsUserCredentialAuthConfig type    
Warning
This API is now deprecated.
This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.
Authentication configuration for TeamsUserCredential used in browser environment
type TeamsUserCredentialAuthConfig = {
  clientId: string
  initiateLoginEndpoint: string
}