is the logout request only for openid?
I can request the login, consent and presumably the logout per oauth2/auth.
this model indicates the necessary data, needed for a logout to be successfull
is the session_id to be set at login, does hydra set one at random or is another variable responsible in case it is missing, such as the login_verifier?
tl;dr
how would one go about and logging out a client which has an access token?
I could not find any resources except for openid.