Exchanges an OpenID token for an access token.
POST {{baseUrl}}/account/register
Exchanges an OpenID token from the homeserver for an access token to
access the identity server. The request body is the same as the values
returned by /openid/request_token in the Client-Server API.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"token":"abc123_OpaqueString"}