Interface IUserAccessToken


public interface IUserAccessToken
Represents user access token
Since:
3.21.2
  • Method Details

    • getId

      @NotNull String getId()
      Gets the token ID
      Returns:
      ID of the token
    • getUserId

      @NotNull String getUserId()
      Gets ID of the user that owns the token
      Returns:
      ID of the user that owns the token
    • getName

      @NotNull String getName()
    • getIssuedAt

      @Nullable Instant getIssuedAt()
    • getExpiresAt

      @NotNull Instant getExpiresAt()
    • getRawToken

      @Nullable String getRawToken()
      Gets string representation of user access token
      Returns:
      string representation of user access token