MsalGuard class 
Methods
| can | |
| can | |
| can | |
| get | Builds the absolute url for the destination page | 
| includes | |
| parse | Parses url string to UrlTree | 
Constructor Details
		MsalGuard(MsalGuardConfiguration, MsalBroadcastService, MsalService, Location, Router)
	      
	new MsalGuard(msalGuardConfig: MsalGuardConfiguration, msalBroadcastService: MsalBroadcastService, authService: MsalService, ___location: Location, router: Router)Parameters
- msalGuardConfig
- MsalGuardConfiguration
- msalBroadcastService
- MsalBroadcastService
- authService
- MsalService
- ___location
- 
				Location 
- router
- 
				Router 
Property Details
ɵfac
static ɵfac: ɵɵFactoryDeclaration<MsalGuard, never>Property Value
ɵɵFactoryDeclaration<MsalGuard, never>
ɵprov
Method Details
		canActivate(ActivatedRouteSnapshot, RouterStateSnapshot)
	     
	function canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<any>Parameters
- route
- 
				ActivatedRouteSnapshot 
- state
- 
				RouterStateSnapshot 
Returns
Observable<any>
		canActivateChild(ActivatedRouteSnapshot, RouterStateSnapshot)
	      
	function canActivateChild(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<any>Parameters
- route
- 
				ActivatedRouteSnapshot 
- state
- 
				RouterStateSnapshot 
Returns
Observable<any>
		canMatch()
	 
	function canMatch(): Observable<any>Returns
Observable<any>
		getDestinationUrl(string)
	  
	Builds the absolute url for the destination page
function getDestinationUrl(path: string): stringParameters
- path
- 
				string 
Relative path of requested page
Returns
string
Full destination url
		includesCode(string)
	 
	function includesCode(path: string): booleanParameters
- path
- 
				string 
Returns
boolean
		parseUrl(string)
	 
	Parses url string to UrlTree
function parseUrl(url: string): UrlTreeParameters
- url
- 
				string 
Returns
UrlTree