Sha256: 72dd8116fa4a940daf3b2dfa72a6e229fdce005be2c84934d9b2b642cfeb433a
Contents?: true
Size: 397 Bytes
Versions: 3
Compression:
Stored size: 397 Bytes
Contents
# Athenian::CreatedToken ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Token identifier - can be used in `/token/{id}` DELETE. | | | **token** | **String** | Secret token - not stored server-side! | | ## Example ```ruby require 'athenian' instance = Athenian::CreatedToken.new( id: null, token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/CreatedToken.md |
athenian-2.1.85 | docs/CreatedToken.md |
athenian-2.1.81 | docs/CreatedToken.md |