We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3873da2 commit 7021a91Copy full SHA for 7021a91
1 file changed
core/src/main/java/com/auth0/authentication/AuthenticationAPIClient.java
@@ -455,12 +455,8 @@ public ParameterizableRequest<Void> passwordless() {
455
return RequestFactory.POST(url, client, mapper)
456
.addParameters(parameters);
457
}
458
-
459
- /**
460
- * Perform a custom login request against the resource owner endpoint
461
- * @return a request to configure and start
462
- */
463
- public ParameterizableRequest<Token> loginWithResourceOwner() {
+
+ protected ParameterizableRequest<Token> loginWithResourceOwner() {
464
HttpUrl url = HttpUrl.parse(auth0.getDomainUrl()).newBuilder()
465
.addPathSegment("oauth")
466
.addPathSegment("ro")
0 commit comments