Home
last modified time | relevance | path

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

/plugin/oauthazure/
H A DAzure.php32 const ENDPOINT_LOGOUT = 'end_session_endpoint'; define in dokuwiki\\plugin\\oauthazure\\Azure
89 send_redirect($this->getEndpoint(self::ENDPOINT_LOGOUT));
/plugin/oauthkeycloak/
H A DKeycloak.php30 const ENDPOINT_LOGOUT = 'end_session_endpoint'; define in dokuwiki\\plugin\\oauthkeycloak\\Keycloak
91 new Uri($this->getEndpoint(self::ENDPOINT_LOGOUT)),