mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-09 00:52:07 -04:00
Document how to force refresh access token (#1720)
This commit is contained in:
parent
edbefcc372
commit
252abf87a1
1 changed files with 2 additions and 1 deletions
|
|
@ -556,7 +556,8 @@ Returns true if the token has less than minValidity seconds left before it expir
|
|||
*updateToken(minValidity)*
|
||||
|
||||
If the token expires within minValidity seconds (minValidity is optional, if not specified 5 is used) the token is refreshed.
|
||||
If the session status iframe is enabled, the session status is also checked.
|
||||
If -1 is passed as the minValidity, the token will be forcibly refreshed.
|
||||
If the session status iframe is enabled, the session status is also checked.
|
||||
|
||||
Returns a promise that resolves with a boolean indicating whether or not the token has been refreshed.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue