Class: Virgil::Jwt::AccessToken
- Inherits:
-
Object
- Object
- Virgil::Jwt::AccessToken
- Defined in:
- lib/virgil/jwt/access_token.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#identity ⇒ String
Gets token identity.
-
#string_representation ⇒ String
Gets token string representation.
Instance Method Details
#identity ⇒ String
Gets token identity.
40 41 42 |
# File 'lib/virgil/jwt/access_token.rb', line 40 def identity raise NotImplementedError end |
#string_representation ⇒ String
Gets token string representation.
46 47 48 |
# File 'lib/virgil/jwt/access_token.rb', line 46 def string_representation raise NotImplementedError end |