curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/oauthResult \
--header 'Content-Type: application/json' \
--data '{
"state": "<string>",
"telegramAuthToken": "<string>",
"forceCreateUser": true,
"code": "An example name",
"sessionPublicKey": "An example name"
}'
{
"code": "4/0AVHEtk436ug4uWwZN9i2PDpxGTVnLr63IqTNFzTInHce1q2JHQyOCJut9IK2SCZh4JaoSA",
"error": "<string>",
"status": "pending"
}
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/oauthResult \
--header 'Content-Type: application/json' \
--data '{
"state": "<string>",
"telegramAuthToken": "<string>",
"forceCreateUser": true,
"code": "An example name",
"sessionPublicKey": "An example name"
}'
{
"code": "4/0AVHEtk436ug4uWwZN9i2PDpxGTVnLr63IqTNFzTInHce1q2JHQyOCJut9IK2SCZh4JaoSA",
"error": "<string>",
"status": "pending"
}
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Type of external auth provider
emailOnly
, magicLink
, apple
, bitbucket
, coinbasesocial
, discord
, epicgames
, facebook
, farcaster
, github
, gitlab
, google
, instagram
, linkedin
, microsoft
, twitch
, twitter
, blocto
, banxa
, coinbaseOnramp
, dynamic
, alchemy
, zerodev
, telegram
, turnkey
, coinbaseWaas
, sms
, spotify
, tiktok
, line
, steam
, shopify
State string sent to oauth provider from sdk during login
The body is of type object
.
Success
The response is of type object
.
Was this page helpful?