- Enclosing class:
- SomServicesWs
public static class SomServicesWs.UserData
extends Object
Container-object, which holds the data required verify an OTP.
Fields:
String otp The OTP to be verified.
String userID The user for which the OTP shall be verified.
String serverPin If the token, which is used for verification, has
a serverPin, the delivered serverPin must match. Can be null, then the
token must not have a serverPin.
Attention (comment by MH): At now we doesn't support a serverPin, It is reserved for later usage!