Class: Trello::Authorization::Nonce

Inherits:
Object
  • Object
show all
Defined in:
lib/trello/authorization.rb

Class Method Summary collapse

Class Method Details

.nextObject



29
30
31
# File 'lib/trello/authorization.rb', line 29

def self.next
  SecureRandom.hex()
end