Class UserDetails

java.lang.Object
io.camunda.identity.sdk.authentication.UserDetails
All Implemented Interfaces:
Serializable

public class UserDetails extends Object implements Serializable
User info data class. An object of this class can be serialized and stored in a session. It is possible that some data might be empty if a user did not provide it or when a service account was used for authentication.
See Also: