Skip to content

Commit

Permalink
java: Add constant for OC_TOKEN_MODE_HOTP
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
  • Loading branch information
cernekee committed Aug 17, 2014
1 parent f7ea721 commit 3c0966f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/org/infradead/libopenconnect/LibOpenConnect.java
Expand Up @@ -34,6 +34,7 @@ public abstract class LibOpenConnect {
public static final int OC_TOKEN_MODE_NONE = 0;
public static final int OC_TOKEN_MODE_STOKEN = 1;
public static final int OC_TOKEN_MODE_TOTP = 2;
public static final int OC_TOKEN_MODE_HOTP = 3;

public static final int OC_FORM_RESULT_ERR = -1;
public static final int OC_FORM_RESULT_OK = 0;
Expand Down

0 comments on commit 3c0966f

Please sign in to comment.