UNPKG

react-aad-msal

Version:

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

9 lines (8 loc) 210 B
import { AuthResponse } from 'msal'; export declare class AccessTokenResponse { accessToken: string; scopes: string[]; expiresOn: Date; state: string; constructor(response: AuthResponse); }