Hi, when the `consent_challenge` is accepted or re...
# ory-network
p
Hi, when the
consent_challenge
is accepted or rejected, it remains valid and returns a 200 status code when calling
getOAuth2ConsentRequest
. Is there a way to verify the validity of the consent_challenge without having to call
acceptOAuth2ConsentRequest
or
rejectOAuth2ConsentRequest
?