UNPKG

react-aad-msal

Version:

A react component that integrates with Azure AD (v2, MSAL).

7 lines (6 loc) 140 B
import { Account } from 'msal'; export interface IAccountInfo { jwtAccessToken: string; jwtIdToken: string; account: Account; }