Parent

Methods

OAuth::ServerToken

Used on the server for generating tokens

Public Class Methods

new() click to toggle source
# File lib/oauth/tokens/server_token.rb, line 5
def initialize
  super(generate_key(16), generate_key)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.