Venly API
Search
K

Authentication Bridge

This page describes how the authentication bridge can be used. This allows you to swap an Identity Provider Token (IDP) for a Venly authentication token.
post
https://connect.arkane.network
/auth/exchange
Exchange token
{
"clientId": "Arketype",
"identityProvider": "FACEBOOK",
"idpToken": "<facebook_access_token"
}