Skip to content

Commit

Permalink
Auth methods mapping description
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Oct 12, 2015
1 parent b9e75b3 commit 23e2a39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Response/AuthResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
class AuthResponse extends Response{

/**
*
* Authentication methods mapping with token value
* token => human readable auth method
* @var array
*/
private static $authMethods = array(
1 => 'ID card',
Expand Down

0 comments on commit 23e2a39

Please sign in to comment.