Libraries
»
nexus-debug
(1.4.6)
»
Index
»
Nexus
»
Cipher
»
#token
Method: Nexus::Cipher#token
Defined in:
lib/nexus/cipher.rb
#
token
⇒
Object
25 26 27
# File 'lib/nexus/cipher.rb', line 25
def
token
Base64
.
strict_encode64
(
@token
)
end