Skip to content

Commit 7021a91

Browse files
committed
Method is almost useless to the public
It's only supposed to be used as an 'internal' help
1 parent 3873da2 commit 7021a91

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

core/src/main/java/com/auth0/authentication/AuthenticationAPIClient.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -455,12 +455,8 @@ public ParameterizableRequest<Void> passwordless() {
455455
return RequestFactory.POST(url, client, mapper)
456456
.addParameters(parameters);
457457
}
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() {
458+
459+
protected ParameterizableRequest<Token> loginWithResourceOwner() {
464460
HttpUrl url = HttpUrl.parse(auth0.getDomainUrl()).newBuilder()
465461
.addPathSegment("oauth")
466462
.addPathSegment("ro")

0 commit comments

Comments
 (0)