#include "FmsAdaptor.h"#include "FmsAuthEvents.h"Go to the source code of this file.
Classes | |
| class | IFmsAuthServerContext |
| The interface to an asynchronous Authorization plug-in. The plug-in calls the methods on this class to initiate, cancel, or authorize asynchronous operations. The interface is subject to strict limited memory lifetime requirements, and pointers can be assumed to be valid only within the function call. The read and write buffers are an exception and are valid for the entire asynchronous operation. Strings are null-terminated and UTF-8 encoded. More... | |
| class | IFmsAuthAdaptor |
| The interface to a response object provided to the Authorization plug-in. The server calls the appropriate method upon receiving the event. More... | |
Functions | |
| void FCExport | FmsCreateAuthAdaptor (IFmsAuthServerContext *pAuthServerCtx, IFmsAuthAdaptor *&pAuthAdaptor) |
| void FCExport | FmsDestroyAuthAdaptor (IFmsAuthAdaptor *pAuthAdaptor) |