AuthenticationRepository

Properties

Link copied to clipboard
abstract val authUserId: Flow<String?>

Functions

Link copied to clipboard
abstract fun getAuthUserId(): String?
Link copied to clipboard
abstract fun removeAuthUserId()
Link copied to clipboard
abstract fun storeAuthUserId(userId: String)