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
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull Integer
     
  • Method Details

    • getExpiration

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