Module: CowAuth
- Defined in:
- lib/cow_auth.rb,
lib/cow_auth/user.rb,
lib/cow_auth/version.rb,
lib/cow_auth/exceptions.rb,
lib/cow_auth/token_auth/session_endpoints.rb,
lib/cow_auth/session_auth/session_endpoints.rb,
lib/cow_auth/token_auth/authenticate_request.rb,
lib/cow_auth/session_auth/authenticate_request.rb
Defined Under Namespace
Modules: SessionAuth, TokenAuth Classes: Error, NotAuthenticatedError, User
Constant Summary collapse
- VERSION =
'0.8.1'
Class Method Summary collapse
Class Method Details
.moo ⇒ Object
12 13 14 15 |
# File 'lib/cow_auth.rb', line 12 def self.moo puts 'Moo Cow: ' + CowAuth::VERSION return CowAuth::User.new end |