Provide an implementation of IPushedAuthorizationResponseGenerator that returns back a PushedAuthorizationResponse ready to be serialized to the client.
The generator will create a unique, cryptographically generated URN for the request.
The state stored against the request will be sufficient to allow the authorise endpoint to process the PAR instead of Authorize request validation.
The PushedAuthorizationResponse will contain a urn for the par and a lifetime in seconds for the URN
Provide an implementation of IPushedAuthorizationResponseGenerator that returns back a PushedAuthorizationResponse ready to be serialized to the client.
The generator will create a unique, cryptographically generated URN for the request.
The state stored against the request will be sufficient to allow the authorise endpoint to process the PAR instead of Authorize request validation.
The PushedAuthorizationResponse will contain a urn for the par and a lifetime in seconds for the URN