CurrentUserProvider

fun interface CurrentUserProvider

Provides the currently logged in user.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getCurrentUser(): User?

Returns the currently logged in user.