MsalCustomNavigationClient class

Angular クライアント側のナビゲーションに使用されるカスタム ナビゲーション。 詳細については、パフォーマンスに関するドキュメントを参照してください。 https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/v4-lts/lib/msal-angular/docs/performance.md

Extends

プロパティ

ɵfac
ɵprov

継承されたメソッド

navigateExternal(string, NavigationOptions)

Web アプリケーションの外部の他のページ (ID プロバイダー) に移動します

コンストラクターの詳細

MsalCustomNavigationClient(MsalService, Router, Location)

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

パラメーター

authService
MsalService
router

Router

location

Location

プロパティの詳細

ɵfac

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

プロパティ値

ɵɵFactoryDeclaration<MsalCustomNavigationClient, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalCustomNavigationClient>

プロパティ値

ɵɵInjectableDeclaration<MsalCustomNavigationClient>

メソッドの詳細

navigateInternal(string, NavigationOptions)

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

パラメーター

url

string

返品

Promise<boolean>

継承済みメソッドの詳細

navigateExternal(string, NavigationOptions)

Web アプリケーションの外部の他のページ (ID プロバイダー) に移動します

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

パラメーター

url

string

返品

Promise<boolean>

Inherited From NavigationClient.navigateExternal