public class YubicoClient
extends java.lang.Object
| Constructor and Description |
|---|
YubicoClient()
Initializes the Yubico object.
|
YubicoClient(int initId)
Initializes the Yubico object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the ID passed to the initialized Yubico object.
|
static YubicoClient |
getInstance() |
boolean |
verify(java.lang.String otp) |
public YubicoClient()
initId - The Client ID you wish to verify against or operate within.public YubicoClient(int initId)
initId - The Client ID you wish to verify against or operate within.public static YubicoClient getInstance()
public int getId()
public boolean verify(java.lang.String otp)
Copyright © 2014. All Rights Reserved.