class Virgil::Jwt::AccessToken

Public Instance Methods

identity() click to toggle source

Gets token identity. @return [String]

# File lib/virgil/jwt/access_token.rb, line 40
def identity
  raise NotImplementedError
end
string_representation() click to toggle source

Gets token string representation. @return [String]

# File lib/virgil/jwt/access_token.rb, line 46
def string_representation
  raise NotImplementedError
end