Method: Nexus::Cipher#token

Defined in:
lib/nexus/cipher.rb

#tokenObject



25
26
27
# File 'lib/nexus/cipher.rb', line 25

def token
  Base64.strict_encode64(@token)
end