Sha256: 88b27cf28d1028ea1aa56ffeac0a3ff4138ac997b14f09f91bcb9209752b281b

Contents?: true

Size: 513 Bytes

Versions: 31

Compression:

Stored size: 513 Bytes

Contents

module OAuth
  # request tokens are passed between the consumer and the provider out of
  # band (i.e. callbacks cannot be used), per section 6.1.1
  OUT_OF_BAND = "oob"

  # required parameters, per sections 6.1.1, 6.3.1, and 7
  PARAMETERS = %w(oauth_callback oauth_consumer_key oauth_token
    oauth_signature_method oauth_timestamp oauth_nonce oauth_verifier
    oauth_version oauth_signature oauth_body_hash)

  # reserved character regexp, per section 5.1
  RESERVED_CHARACTERS = /[^a-zA-Z0-9\-\.\_\~]/
end

Version data entries

31 entries across 28 versions & 7 rubygems

Version Path
oauth-0.5.8 lib/oauth/oauth.rb
oauth-0.5.7 lib/oauth/oauth.rb
oauth-0.5.7.pre.pre1 lib/oauth/oauth.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/oauth-0.5.6/lib/oauth/oauth.rb
oauth-0.5.6 lib/oauth/oauth.rb
oauth-0.5.5 lib/oauth/oauth.rb
tdiary-5.0.8 vendor/bundle/gems/oauth-0.5.4/lib/oauth/oauth.rb
oauth-0.5.4 lib/oauth/oauth.rb
tdiary-5.0.5 vendor/bundle/gems/oauth-0.5.1/lib/oauth/oauth.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/oauth-0.5.1/lib/oauth/oauth.rb
tdiary-5.0.5 vendor/bundle/gems/oauth-0.5.3/lib/oauth/oauth.rb
oauth-0.5.3 lib/oauth/oauth.rb
oauth-0.5.2 lib/oauth/oauth.rb
tdiary-5.0.4 vendor/bundle/gems/oauth-0.5.1/lib/oauth/oauth.rb
oauth-0.5.1 lib/oauth/oauth.rb
oauth-0.5.0 lib/oauth/oauth.rb
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/oauth-0.4.7/lib/oauth/oauth.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/oauth-0.4.7/lib/oauth/oauth.rb
oauth-ap-0.4.8 lib/oauth/oauth.rb
oauth-instructure-0.4.10 lib/oauth/oauth.rb