Sha256: 89d18126bdf4a1ff65180fb3b8fea98d1e44f117b597f4e1f78227b3769cfe06
Contents?: true
Size: 494 Bytes
Versions: 3
Compression:
Stored size: 494 Bytes
Contents
# Athenian::ListedToken ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Token identifier - can be used in `/token/{id}` DELETE. | | | **name** | **String** | Name of the token (see `/token/create`). | | | **last_used** | **Time** | When this token was used last time. | | ## Example ```ruby require 'athenian' instance = Athenian::ListedToken.new( id: null, name: null, last_used: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/ListedToken.md |
athenian-2.1.85 | docs/ListedToken.md |
athenian-2.1.81 | docs/ListedToken.md |