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.
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>"
}Was this page helpful?