Link
Exchange project keys with your authority.
Process
- The agent redirects the user to
GET:/projects/:project_id/link/:iv
, whereiv
is the initialisation vector. - The agent begins polling
POST:/api/projects/:project_id/link/:iv
for the project status. - The authority responds with a
@LinkResponse
. - Upon success,
@LinkResponse::success
istrue
, and@LinkResponse::bearer
and@LinkResponse::public
keys are provided. - The agent stores the keys for later use.