Credentials

Complete credential authentication

POST
/credentials/authenticate/finish

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/credentials/authenticate/finish" \  -H "Content-Type: application/json" \  -d '{    "authenticationId": "c97ede01-dc79-4cb7-8ae8-9e2457649b27",    "credential": {}  }'
{  "ok": true}