Type alias MsalAuthenticationProps

MsalAuthenticationProps: PropsWithChildren<AccountIdentifiers & {
    authenticationRequest?: PopupRequest | RedirectRequest | SsoSilentRequest;
    errorComponent?: React.ElementType<MsalAuthenticationResult>;
    interactionType: InteractionType;
    loadingComponent?: React.ElementType<IMsalContext>;
}>

Generated using TypeDoc