2024-02-05 10:25:50 +00:00
|
|
|
#ifndef ODYSSEY_IAMPROXY_H
|
|
|
|
#define ODYSSEY_IAMPROXY_H
|
|
|
|
|
2024-02-07 10:43:13 +00:00
|
|
|
int mdb_iamproxy_authenticate_user(char *username, char *token,
|
2024-02-05 10:25:50 +00:00
|
|
|
od_instance_t *instance,
|
|
|
|
od_client_t *client);
|
|
|
|
|
|
|
|
#endif /* ODYSSEY_IAMPROXy_H */
|