MsalCustomNavigationClient class

Navigasi kustom yang digunakan untuk navigasi sisi klien Angular. Lihat dokumen performa untuk detailnya: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/v4-lts/lib/msal-angular/docs/performance.md

Memperluas

Properti

ɵfac
ɵprov

Metode yang Diwarisi

navigateExternal(string, NavigationOptions)

Menavigasi ke halaman lain di luar aplikasi web yaitu Penyedia Identitas

Detail Konstruktor

MsalCustomNavigationClient(MsalService, Router, Location)

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

Parameter

authService
MsalService
router

Router

location

Location

Detail Properti

ɵfac

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

Nilai Properti

ɵɵFactoryDeclaration<MsalCustomNavigationClient, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalCustomNavigationClient>

Nilai Properti

ɵɵInjectableDeclaration<MsalCustomNavigationClient>

Detail Metode

navigateInternal(string, NavigationOptions)

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

Parameter

url

string

Mengembalikan

Promise<boolean>

Detail Metode yang Diwarisi

navigateExternal(string, NavigationOptions)

Menavigasi ke halaman lain di luar aplikasi web yaitu Penyedia Identitas

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

Parameter

url

string

Mengembalikan

Promise<boolean>

Diwariskan Dari NavigationClient.navigateExternal