MsalCustomNavigationClient class

Aangepaste navigatie die wordt gebruikt voor navigatie aan de clientzijde van Angular. Raadpleeg het prestatiedocumenten voor meer informatie: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/v4-lts/lib/msal-angular/docs/performance.md

Uitbreiding

Eigenschappen

ɵfac
ɵprov

Overgenomen methoden

navigateExternal(string, NavigationOptions)

Navigeert naar andere pagina's buiten de webtoepassing, bijvoorbeeld de id-provider

Constructordetails

MsalCustomNavigationClient(MsalService, Router, Location)

new MsalCustomNavigationClient(authService: MsalService, router: Router, location: Location)

Parameters

authService
MsalService
router

Router

location

Location

Eigenschapdetails

ɵfac

static ɵfac: ɵɵFactoryDeclaration<MsalCustomNavigationClient, never>

Waarde van eigenschap

ɵɵFactoryDeclaration<MsalCustomNavigationClient, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalCustomNavigationClient>

Waarde van eigenschap

ɵɵInjectableDeclaration<MsalCustomNavigationClient>

Methodedetails

navigateInternal(string, NavigationOptions)

function navigateInternal(url: string, options: NavigationOptions): Promise<boolean>

Parameters

url

string

Retouren

Promise<boolean>

Details overgenomen methode

navigateExternal(string, NavigationOptions)

Navigeert naar andere pagina's buiten de webtoepassing, bijvoorbeeld de id-provider

function navigateExternal(url: string, options: NavigationOptions): Promise<boolean>

Parameters

url

string

Retouren

Promise<boolean>

Overgenomen van NavigationClient.navigateExternal