Codemesh Runtime v3 C++ API Reference
3.9.205
Builds
codegen
junc++ion-4.8.430
cpp
v3
include
xmog_authentication_provider.h
1
//
2
// Copyright (c) 1999-2020 by Codemesh, Inc.. ALL RIGHTS RESERVED.
3
//
4
5
6
#ifndef xmog_authentication_provider_inc
7
#define xmog_authentication_provider_inc
8
9
10
#include "xmog.h"
11
12
16
class
XMOG_DECLSPEC
xmog_authentication_provider
17
{
18
public
:
19
25
xmog_authentication_provider
(
const
char
* auth );
26
27
~
xmog_authentication_provider
();
28
29
private
:
30
31
char
* auth_;
32
};
33
34
35
#endif
/* xmog_authentication_provider_inc */
xmog_authentication_provider
The interface that all custom authentication providers need to implement.
Definition:
xmog_authentication_provider.h:16
Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.