# File lib/oauth2/authenticator.rb, line 7 def initialize(id, secret, mode) @id = id @secret = secret @mode = mode end