Name
ap_auth_type — return the authentication type for this request
Synopsis
const char *ap_auth_type (request_rec *r)
Returns the authentication type (as set by the
AuthType
directive) for the request
r
. Currently this should only be
Basic
, Digest
, or
NULL
.