class Doorkeeper::OAuth::PreAuthorization

def scope

def scope
  @scope.presence || (server.default_scopes.presence && build_scopes)
end