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