UNPKG

@cityssm/authentication-helper

Version:

Handles the authentication requests for web applications.

9 lines (8 loc) 511 B
import { type ADWebAuthConfig as ADWebAuthAuthenticatorConfiguration } from '@cityssm/ad-web-auth-connector'; import type { BaseAuthenticator } from './_baseAuthenticator.js'; export declare class ADWebAuthAuthenticator implements BaseAuthenticator { #private; constructor(config: ADWebAuthAuthenticatorConfiguration); authenticate(userName: string, password: string): Promise<boolean>; } export { type ADWebAuthConfig as ADWebAuthAuthenticatorConfiguration } from '@cityssm/ad-web-auth-connector';