Interface AccessTokenConfiguration

  • All Known Implementing Classes:
    AccessTokenConfigurationProperties
    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 AccessTokenConfiguration
    Configuration for access tokens.
    Since:
    2.0.0
    • Method Detail

      • getExpiration

        @NonNull
        java.lang.Integer getExpiration()
        Returns:
        The number of seconds until the access token expires.