Skip to content

Commit

Permalink
SPR-4596 BILD Mein Konto Wrapper Page
Browse files Browse the repository at this point in the history
SPR-4720 Logout implementieren
* add doLogoutToHome()
* performed "npm audit fix"
  • Loading branch information
Matthias Sefrin committed Oct 8, 2019
1 parent eaa475f commit 09e9c36
Show file tree
Hide file tree
Showing 5 changed files with 3,225 additions and 1,219 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions dist/ps-web-apis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export interface WhoamiV1 {
* will start logout-process (e.g. go to sso-logout)
*/
doLogout(additionalParameter?: Map<String, String[]>): void;
/**
* will start logout-process and redirect user to portal homepage afterwards (e.g. go to sso-logout)
*/
doLogoutToHome(additionalParameter?: Map<String, String[]>): void;
/**
* will update access token and therefore content entitlements to current state
*/
Expand Down
Loading

0 comments on commit 09e9c36

Please sign in to comment.