Sha256: ff38bc7feac927e06b7fe97373a2a2fbe06762c29e50202371bd028654ac4af3
Contents?: true
Size: 425 Bytes
Versions: 3
Compression:
Stored size: 425 Bytes
Contents
Capcoauth.configure do |config| # CapcOAuth Client ID config.client_id 'YOUR APPLICATION CLIENT ID' # CapcOAuth Client Secret config.client_secret 'YOUR APPLICATION CLIENT SECRET' # Configures how often to check CapcOAuth for access token validity, in seconds. If this value is too high, # application will continue to serve requests to users even after the token is revoked # config.token_verify_ttl 10 end
Version data entries
3 entries across 3 versions & 1 rubygems