MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / post_auth

Function post_auth

modules/auth/api.c:289–293  ·  view source on GitHub ↗

* Purpose of this function is to do post authentication steps like * marking authorized credentials and so on. */

Source from the content-addressed store, hash-verified

287 * marking authorized credentials and so on.
288 */
289auth_result_t post_auth(struct sip_msg* _m, struct hdr_field* _h)
290{
291
292 return AUTHORIZED;
293}
294
295int check_response(const dig_cred_t* _cred, const str* _method,
296 const str *_msg_body, const HASHHEX* _ha1)

Callers 1

pv_authorizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected