class Rack::OAuth2::Server::Authorize::Extension::IdTokenAndToken::Request

Public Class Methods

new(env) click to toggle source
Calls superclass method
# File lib/rack/oauth2/server/authorize/extension/id_token_and_token.rb, line 20
def initialize(env)
  super
  @response_type = [:id_token, :token]
  attr_missing!
end