You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like this library to have closer parity with the Auth0 Management API, especially when it comes to available parameters. The Connections.all() method should accept a name argument to retrieve a Connection by name.
Describe the ideal solution
The Connections.all() method should accept a name argument to retrieve a Connection by name.
Alternatives and current workarounds
Retrieve all connections and iterate through results to see if a Connection name matches.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
I would like this library to have closer parity with the Auth0 Management API, especially when it comes to available parameters. The Connections.all() method should accept a
name
argument to retrieve a Connection by name.Describe the ideal solution
The Connections.all() method should accept a
name
argument to retrieve a Connection by name.Alternatives and current workarounds
Retrieve all connections and iterate through results to see if a Connection name matches.
Additional context
No response
The text was updated successfully, but these errors were encountered: