Interface SessionRefresher

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SessionRefresher
Renews an expired session — with a refresh token, typically. null ends it instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    refresh(Session expired)