Home
last modified time | relevance | path

Searched refs:introspection_endpoint_method (Results 1 – 4 of 4) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dconfig.c1302 c->oauth.introspection_endpoint_method = OIDC_DEFAULT_OAUTH_ENDPOINT_METHOD; in oidc_create_server_config()
1624 c->oauth.introspection_endpoint_method = in oidc_merge_server_config()
1625 apr_strnatcmp(add->oauth.introspection_endpoint_method, in oidc_merge_server_config()
1627 add->oauth.introspection_endpoint_method : in oidc_merge_server_config()
1628 base->oauth.introspection_endpoint_method; in oidc_merge_server_config()
3038 (void *)APR_OFFSETOF(oidc_cfg, oauth.introspection_endpoint_method),
H A Doauth.c169 return apr_strnatcmp(c->oauth.introspection_endpoint_method, in oidc_oauth_validate_access_token()
H A Dmod_auth_openidc.h321 char *introspection_endpoint_method; member
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/
H A DChangeLog1319 - fix oauth.introspection_endpoint_method in initialization