user

val user: User?

The current user, regardless of session status.

Returns the user from the current session even if the session status is PENDING. Returns null if no session exists or if the SDK is not initialized.

See also

for the user only when session status is ACTIVE.