Sha256: c6c6870ebb12ff542d457bddc32d8dbf4c18662b14fdd9316866505dbbe261f7
Contents?: true
Size: 312 Bytes
Versions: 9
Compression:
Stored size: 312 Bytes
Contents
# 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 = "<API_URL_GOES_HERE>" c.client_id = "<CLIENT_ID>" c.client_secret = "<CLIENT_SECRET>" end ```
Version data entries
9 entries across 9 versions & 1 rubygems