Class: AtprotoAuth::Serialization::StoredNonce
- Defined in:
- lib/atproto_auth/serialization/stored_nonce.rb
Overview
Handles serialization of StoredNonce objects
Constant Summary
Constants inherited from Base
Base::CURRENT_VERSION, Base::SENSITIVE_FIELDS
Instance Method Summary collapse
Methods inherited from Base
#deserialize, deserialize, #initialize, #serialize, serialize
Constructor Details
This class inherits a constructor from AtprotoAuth::Serialization::Base
Instance Method Details
#type_identifier ⇒ Object
7 8 9 |
# File 'lib/atproto_auth/serialization/stored_nonce.rb', line 7 def type_identifier "StoredNonce" end |