auth0 / auth0-java

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

Invalidate remembered browsers missing from the SDK #540

Closed aliakhtar closed 1 year ago

aliakhtar commented 1 year ago

Checklist

Description

The endpoint: https://auth0.com/docs/api/management/v2#!/Users/post_invalidate_remember_browser is missing from the SDK.

I've looked at UserEntity, and also cloned the repo and did a ctrl + f on all files for the url - but didn't find any results.

Is this endpoint supported somewhere, or has it not been added to the SDK?

It's required to support a business use case.

Reproduction

Look at javaDocs of UsersEntity.java

Ctrl + f for 'invalidate'

Additional context

No response

auth0-java version

2.3.0

Java version

11