class Rack::OAuth2::Server::Authorize::Extension::CodeAndToken::Request
Public Class Methods
new(env)
click to toggle source
Calls superclass method
Rack::OAuth2::Server::Extension::PKCE::AuthorizationRequest::new
# File lib/rack/oauth2/server/authorize/extension/code_and_token.rb, line 22 def initialize(env) super @response_type = [:code, :token] attr_missing! end