Update topics/oidc/javascript-adapter.adoc
This commit is contained in:
parent
41c2b0608a
commit
b6cbb82bda
1 changed files with 1 additions and 1 deletions
2
topics/oidc/javascript-adapter.adoc
Executable file → Normal file
2
topics/oidc/javascript-adapter.adoc
Executable file → Normal file
|
@ -368,4 +368,4 @@ The available events are:
|
||||||
* onAuthRefreshSuccess - Called when the token is refreshed.
|
* onAuthRefreshSuccess - Called when the token is refreshed.
|
||||||
* onAuthRefreshError - Called if there was an error while trying to refresh the token.
|
* onAuthRefreshError - Called if there was an error while trying to refresh the token.
|
||||||
* onAuthLogout - Called if the user is logged out (will only be called if the session status iframe is enabled, or in Cordova mode).
|
* onAuthLogout - Called if the user is logged out (will only be called if the session status iframe is enabled, or in Cordova mode).
|
||||||
* onTokenExpired - Called when access token expired. When this happens you can for example refresh token, or if refresh not available (ie. with implicit flow) you can redirect to login screen.
|
* onTokenExpired - Called when the access token is expired. When this happens you can for refresh the token, or if refresh is not available (ie. with implicit flow) you can redirect to login screen.
|
||||||
|
|
Loading…
Reference in a new issue