# ShutlAuth You probably won't use this gem directly, as it is used by the [https://github.com/shutl/shutl_resource](shutl_resource) gem #Configuration ```ruby Shutl::Auth.config do |c| c.url = "" c.client_id = "" c.client_secret = "" end ```