Programming Guides › Programming Guide for C › Authentication API › Authentication API Overview › Load an Authentication Scheme
Load an Authentication Scheme
The authentication scheme library is loaded by both the authentication server and the authorization server. Both servers use the scheme to retrieve the required credentials.
Immediately after the scheme is loaded, the following operations occur:
- The SmAuthQuery() function is called to get the Authentication API version number and description.
- After SmAuthQuery() is called, SmAuthInit() is called by the authentication server. The SmAuthInit() function is not called by the authorization server.