Sign in

Poll for device token

documented

Polls the token endpoint with the device_code to obtain an access token after device authorization.

POST /oauth/tokenAuthentication APIno implementation yet0 runs

Input

AUTH0_DOMAIN*
Auth0 Domain (tenant domain)
your-tenant.auth0.com
AUTH0_CLIENT_ID*
Client ID
REPLACE_WITH_YOUR_CLIENT_ID
AUTH0_AUDIENCE*
Audience (API Identifier)
REPLACE_WITH_YOUR_API_IDENTIFIER
Calls Auth0 as you (your API key is your account); keychains.dev holds the credentials.