HTTP return code 202 for deferred issuance

Issue #1604 resolved
Thomas Bellebaum created an issue

When a request for a credential cannot be decided upon and issued right away, the credential endpoint is releasing an acceptance_token and asking the client to check back later.

HTTP actually has a status code for this (reference):

202 Accepted

I think it makes sense to use it here

Comments (2)

  1. Log in to comment