It is possible to use Google Sign-In for authentication with the Verifiable API. In order to do so we follow the Google Sign-In for server-side apps flow. In order to use this flow you must use the client ID
from Verifiable when signing in to Google and send the authorization code as payload to this endpoint. In return you will receive an access token that can be used in the following API calls. The email address of the user must already be registered at Verifiable.
Success
Bad Request
Unauthorized
Forbidden
Server Error
{- "code": "4/yU4cQZT...4z7U4UmAI",
- "timeToLive": "00:30:00"
}
{- "tokenId": "0847312d-19fe-49d2-9e21-5825735b511a",
- "token": "MtetyFcIW...xgXXX-Z4yy"
}