Interface Token


public interface Token
A token.
  • Method Summary Link icon

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

    • value Link icon

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

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