We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507f8c3 commit 35195d5Copy full SHA for 35195d5
1 file changed
src/main/java/com/auth0/client/mgmt/ManagementAPI.java
@@ -365,16 +365,16 @@ public KeysEntity keys() {
365
}
366
367
/**
368
- * Getter for the Prompts Entity
369
- * @return the Prompts Entity
+ * Getter for the RefreshTokens Entity
+ * @return the RefreshTokens Entity
370
*/
371
public RefreshTokensEntity refreshTokens() {
372
return new RefreshTokensEntity(client, baseUrl, tokenProvider);
373
374
375
376
377
+ * Getter for the Sessions Entity
+ * @return the Sessions Entity
378
379
public SessionsEntity sessions() {
380
return new SessionsEntity(client, baseUrl, tokenProvider);
0 commit comments