userId property
The unique identifier for the user in Descope.
This value never changes after the user is created, and it always matches
the Subject (sub) claim value in the user's JWT after signing in.
Implementation
final String userId;
The unique identifier for the user in Descope.
This value never changes after the user is created, and it always matches
the Subject (sub) claim value in the user's JWT after signing in.
final String userId;