Skip to content

Conversation

@jake-wickstrom
Copy link

The Client object in auth0 Actions uses client_id rather than clientId, see a snippet from logging the event object below:

{
   "client":{
      "client_id":"abc...321",
      "name":"My Client Name",
      "metadata":{ }
   }
}

Changed the type definition to match Auth0 implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant