UNPKG

@nibssplc/cams-sdk

Version:

Central Authentication Management Service (CAMS) SDK for popup-based authentication with Azure AD + custom 2FA

4 lines (3 loc) 215 B
import { CAMSConfig, CAMSTokenResponse } from "./types"; export declare function validateConfig(config: CAMSConfig): void; export declare function openCAMSPopUpLogin(config: CAMSConfig): Promise<CAMSTokenResponse>;