Get information token from VIDconnect once the user has authenticated
The client has received the code via callback URL and it is ready to request the JWT that contains the information presented by the user, either the did or a verifiable presentation. In order to test this request you will to provide a fresh new code obtained in /oauth/auth request.
Request Body — REQUIRED |
---|
code string — REQUIRED |
client_id string — REQUIRED |
client_secret string — REQUIREDExample: hw_~._qhncWOZG6OcHdv_iVges |
redirect_uri string — REQUIREDExample: http://localhost:3000/callback |
grant_type string — REQUIREDExample: authorization_code |
Responses |
---|
|
Schema |
---|
type uriAn absolute URI that identifies the problem type. When dereferenced,
it SHOULD provide human-readable documentation for the problem type. | title stringA short summary of the problem type. | status int32Possible values: 400 ≤ value < 600 The HTTP status code generated by the origin server for this occurrence of the problem. | detail stringA human readable explanation specific to this occurrence of the problem. | instance uriAn absolute URI that identifies the specific occurrence of the problem.
It may or may not yield further information if dereferenced. |
|
Schema |
---|
type uriAn absolute URI that identifies the problem type. When dereferenced,
it SHOULD provide human-readable documentation for the problem type. | title stringA short summary of the problem type. | status int32Possible values: 400 ≤ value < 600 The HTTP status code generated by the origin server for this occurrence of the problem. | detail stringA human readable explanation specific to this occurrence of the problem. | instance uriAn absolute URI that identifies the specific occurrence of the problem.
It may or may not yield further information if dereferenced. |
|