Tool to generate OAuth 2.0 authorization URL. Use when redirecting users to WakaTime to grant access.
scopestringSpace- or comma-separated list of scopes to request (e.g., 'read_stats write_data').
statestringOpaque value to maintain state between request and callback; returned unchanged.
client_idRequiredstringYour WakaTime App ID (found at wakatime.com/apps).
redirect_uriRequiredstringRedirect URI registered in your WakaTime app settings.
force_approvestringIf provided, forces the user to re-approve (behavior may vary).
response_typeRequiredstringMust be "code" for authorization-code flow or "token" for implicit flow.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.