UNPKG

@ownid/azure-b2c

Version:

Server-side library for integrating OwnID passwordless authentication with Azure Active Directory B2C

10 lines (9 loc) 349 B
import express from 'express'; import { OwnIDB2CConfig } from '../types'; /** * Creates an Express Router with endpoints for OwnID-Azure B2C integration * * @param config - OwnID Azure B2C configuration * @returns Express Router with OwnID endpoints */ export declare function createOwnIdAzureB2CRouter(config: OwnIDB2CConfig): express.Router;