userRepresentation.getCredentials() - is always null

Hi, I code in Java (Quarkus)

When I try to get userRepresentation.getCredentials() for some user who exists I always get null.
I know that it is not null, becouse i use to login (and it works) password which is located on this list.
What is the problem?

1 Like

Hi, I have the same problem. Did you find the solution ?