userId

abstract fun userId(userId: String): UserControllerBuilder

Sets the user id associated with the UserController. If the app already has a scheme for user IDs (email addresses, phone numbers, customer numbers, etc.), the same ID could be used when configuring the UserController.

Return

The UserControllerBuilder instance.

Parameters

userId

User identifier associated with the UserController.