post https://{applicationQualifiedDomain}.us.wristband.dev/api/v1/oauth2/authorization-requests/introspect
Introspects the provided authorization request JWT.
If the /authorize
API returns a response that returns a redirect to a login page, then an authorization request JWT will be created (composed of the original authorization request parameters) and appended to the URL using the req
query parameter. The authorization request JWT can then be used by the login page to infer the original authorization request parameters by introspecting the JWT.