class Trello::Authorization::Nonce

Public Class Methods

next() click to toggle source
# File lib/trello/authorization.rb, line 46
def self.next
  SecureRandom.hex()
end