module Doorkeeper::Request
def authorization_strategy(response_type)
def authorization_strategy(response_type) get_strategy response_type, authorization_response_types rescue NameError raise Errors::InvalidAuthorizationStrategy end
def authorization_strategy(response_type) get_strategy response_type, authorization_response_types rescue NameError raise Errors::InvalidAuthorizationStrategy end