Interface Token


public interface Token
A token.
  • Method Summary

    Modifier and Type
    Method
    Description
    The expiration time of the token.
    The value of the token.
  • Method Details

    • value

      String value()
      The value of the token.
      Returns:
      the token value
    • expirationTime

      Instant expirationTime()
      The expiration time of the token.
      Returns:
      the expiration time