UNPKG

@shane32/msoauth

Version:

A React library for Azure AD authentication with PKCE (Proof Key for Code Exchange) flow support. This library provides a secure and easy-to-use solution for implementing Azure AD authentication in React applications, with support for both API and Microso

6 lines (5 loc) 168 B
import { ReactNode } from "react"; declare function AuthenticatedTemplate({ children }: { children: ReactNode; }): ReactNode; export default AuthenticatedTemplate;