class Doorkeeper::OAuth::AuthorizationRequest
def authorize
def authorize return false unless valid? @authorization = authorization_method.new(self) @authorization.issue_token end
def authorize return false unless valid? @authorization = authorization_method.new(self) @authorization.issue_token end