repo.or.cz
/
libisds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: Adapt utf8locale to musl
[libisds.git]
/
test
/
simline
/
server_types.h
blob
d7682483f789bafa3525afd7349fee2979bab711
1
#ifndef __ISDS_SERVER_TYPES_H
2
#define __ISDS_SERVER_TYPES_H
3
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
};
9
10
#endif