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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"token":"abc123_OpaqueString"}