cURL
curl --request POST \ --url https://api.dfns.io/auth/login/social \ --header 'Content-Type: application/json' \ --data ' { "socialLoginProviderKind": "Oidc", "idToken": "<string>", "orgId": "<string>" } '
{ "token": "<string>" }
Completes the login process and provides the authenticated user with their authentication token.
Oidc
Success
Was this page helpful?