OidcTokenRefreshStrategy

Strategy used to refresh OpenID Connect browser sessions.

Report a problem

Inheritors

Types

Link copied to clipboard
class Auto(val beforeExpiry: Duration = 30.seconds) : OidcTokenRefreshStrategy

Refreshes the session automatically before it expires.

Link copied to clipboard

Custom session refresh policy.

Link copied to clipboard

Disables automatic refresh.