userId property

String? userId
final

The authenticated (or claimed) user performing the request. May be null for anonymous/unauthenticated requests.

Implementation

final String? userId;