Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev' into feature/querySessionStatus
Browse files Browse the repository at this point in the history
# Conflicts:
#	index.d.ts
  • Loading branch information
brockallen committed Oct 5, 2018
2 parents 2f64bd5 + 1913e1a commit 1443996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var files = [
// ,'jsrsasign/ext/ec-patch-min.js'
,'jsrsasign/ext/json-sans-eval-min.js'

// ,'jsrsasign/min/asn1-1.0.min.js'
,'jsrsasign/min/asn1-1.0.min.js'
,'jsrsasign/min/asn1hex-1.1.min.js'
// ,'jsrsasign/min/asn1x509-1.0.min.js'
// ,'jsrsasign/min/asn1cms-1.0.min.js'
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export interface UserManagerSettings extends OidcClientSettings {
readonly monitorSession?: boolean;
readonly checkSessionInterval?: number;
readonly query_status_response_type?: string;
readonly stopCheckSessionOnError?: boolean;
readonly revokeAccessTokenOnSignout?: any;
readonly accessTokenExpiringNotificationTime?: number;
readonly redirectNavigator?: any;
Expand Down
Loading

0 comments on commit 1443996

Please sign in to comment.