File: oauth2.rbs

package info (click to toggle)
ruby-oauth2 2.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,608 kB
  • sloc: ruby: 5,441; javascript: 529; makefile: 4; sh: 4
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module OAuth2
  OAUTH_DEBUG: bool

  DEFAULT_CONFIG: untyped
  @config: untyped

  def self.config: () -> untyped
  def self.configure: () { (untyped) -> void } -> void
end