{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions Deprecated > Delegated Authentication API", "version": "1.0.0" }, "items": [ { "info": { "name": "Deprecated > Delegated Authentication", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Obtain a Delegation Token (from a Refresh_token)", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/delegation", "body": { "type": "json", "data": "{}" } }, "docs": "Given an refrersh token, this endpoint will generate a refreshed id_token and access_token. **This endpoint has been deprecated**, please use the [OAuth2 conformant Refresh Token flow](https://auth0.com/docs/tokens/refresh-token/current)." } ] } ], "bundled": true }