Class: Trello::Authorization::Nonce

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

Class Method Summary collapse

Class Method Details

.nextObject



46
47
48
# File 'lib/trello/authorization.rb', line 46

def self.next
  SecureRandom.hex()
end