angular-oauth2-oidc
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -90,3 +90,3 @@ export declare class AuthConfig { | ||
* The default value is remoteOnly which only allows | ||
* http for location, while every other domains need | ||
* http for localhost, while every other domains need | ||
* to be used with https. | ||
@@ -93,0 +93,0 @@ */ |
@@ -53,3 +53,7 @@ import { Http, Headers } from '@angular/http'; | ||
private setupSessionCheck(); | ||
setupAutomaticSilentRefresh(): void; | ||
/** | ||
* | ||
* @param params Additional parameter to pass | ||
*/ | ||
setupAutomaticSilentRefresh(params?: object): void; | ||
loadDiscoveryDocumentAndTryLogin(): void; | ||
@@ -132,3 +136,3 @@ private debug(...args); | ||
*/ | ||
silentRefresh(): Promise<OAuthEvent>; | ||
silentRefresh(params?: object): Promise<OAuthEvent>; | ||
private canPerformSessionCheck(); | ||
@@ -135,0 +139,0 @@ private setupSessionCheckEventListener(); |
{ | ||
"name": "angular-oauth2-oidc", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195634
4651