Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
document all the things!
Browse files Browse the repository at this point in the history
  • Loading branch information
luxflux committed Dec 30, 2012
1 parent a1f0191 commit e94bd23
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/casino_core/processor/api/login_credential_acceptor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ class CASinoCore::Processor::API::LoginCredentialAcceptor < CASinoCore::Processo
# in "password".
#
# The method will call one of the following methods on the listener:
# * `#api_user_logged_in`:
# * `#api_invalid_login_credentials`:
# * `#user_logged_in_via_api`: First and only argument is a String with the TGT-id
# * `#invalid_login_credentials_via_api`: No argument
#
# @param [Hash] params parameters supplied by user
# @param [Hash] cookies cookies supplied by user
# @param [String] user_agent user-agent delivered by the client
# @param [Hash] login_data parameters supplied by user (username and password)
def process(login_data)
@login_data = login_data

Expand Down

0 comments on commit e94bd23

Please sign in to comment.