OptionalintervalReturns whether the access token is currently valid. Replaces a direct useAccessTokenStore() read.
Called on an interval when the token is found invalid - typically a sign-out. Replaces a direct useOpenIdAuthenticationStore().logout() call.
How often to check, in milliseconds. Defaults to 60000 (1 minute), matching the source copies.