Post Oauth 2 Continue

Continues OAuth2 authorization flow

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
selectedboolean or nullOptional
createdboolean or nullOptional
postLoginboolean or nullOptional
oauth_querystring or nullOptional

Response

Consent processed successfully
redirect_uristringformat: "uri"
The URI to redirect to, either with an authorization code or an error

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error