Skip to content

changed clientId to client_id#1

Open
jake-wickstrom wants to merge 1 commit intoCloudNimble:mainfrom
jake-wickstrom:patch-1
Open

changed clientId to client_id#1
jake-wickstrom wants to merge 1 commit intoCloudNimble:mainfrom
jake-wickstrom:patch-1

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