POST
/
sdk
/
{environmentId}
/
providers
/
apple
/
redirect
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/apple/redirect \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data code=4/0AVHEtk436ug4uWwZN9i2PDpxGTVnLr63IqTNFzTInHce1q2JHQyOCJut9IK2SCZh4JaoSA \
  --data 'state=<string>' \
  --data 'id_token=<string>' \
  --data error=access_denied
"<string>"

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Body

application/x-www-form-urlencoded
Apple ID required stuff
code
string

Valid oauth code

state
string
id_token
string
error
string

Valid oauth error

Response

200
text/html
Success

The response is of type string.