auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
286 stars 131 forks source link

[ESD-27129] authentication_methods is an object, not a string #520

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

Changes

The get authentication methods endpoint returns an authentication_methods field, which is an array of objects. Prior to this PR, it was defined as an array of strings.

References

ESD-27129

Testing

Updated the existing test json to reflect actual data shape from API call, and added a paged list result JSON as well.