dates element are mandatory at DataBoxCreditInfo
[libisds.git] / test / simline / server_types.h
blobd7682483f789bafa3525afd7349fee2979bab711
1 #ifndef __ISDS_SERVER_TYPES_H
2 #define __ISDS_SERVER_TYPES_H
4 /* One-time password authentication method */
5 enum auth_otp_method {
6 AUTH_OTP_HMAC = 0, /* HMAC-based OTP */
7 AUTH_OTP_TIME /* Time-based OTP */
8 };
10 #endif