Skip to main content
POST
/
api
/
auth
/
oidc
/
google
/
exchange
Google Oidc Exchange
curl --request POST \
  --url https://api.example.com/api/auth/oidc/google/exchange \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{}

Body

application/json
code
string
required

Response

Successful Response

The response is of type Response Google Oidc Exchange Api Auth Oidc Google Exchange Post · object.