Home
last modified time | relevance | path

Searched refs:OIDC_CONTENT_TYPE_JWT (Results 1 – 2 of 2) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dmod_auth_openidc.h566 #define OIDC_CONTENT_TYPE_JWT "application/jwt" macro
H A Dmod_auth_openidc.c3382 return oidc_util_http_send(r, jwt, strlen(jwt), OIDC_CONTENT_TYPE_JWT, OK); in oidc_handle_request_uri()