There are two methods to indicate how the authentication server can be reached.
Calling DOS_SetAuthenticationAddress will set the method to stateless, and the address provided will be used to contact the authentication server.
- Note
- This will clear any authentication session that was previously added.
- Parameters
-
address | A pointer to the DOSAddress that can be used to reach the authentication server. If NULL, this will clear the Authentication route and authentication server requests will be sent broadcast. |