Definition:
const char *ap_auth_name(request_rec *r);
Usage example:
if (ap_auth_name(r) == NULL) {
/* no applicable security realm */
}
This routine returns the name of the realm in which the client
must be authenticated and authorised for the request to be
successfully served. The string returned is the argument to
the corresponding AuthName directive.
If there is no applicable realm, NULL is returned.
Previous: ap_array_pstrcat
Next: ap_auth_type
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)