Searched refs:_throttling (Results 1 – 2 of 2) sorted by relevance
46 private val _throttling = MutableStateFlow(AuthenticationThrottlingModel()) regex47 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow()95 _throttling.value = throttlingModel
202 private val _throttling = MutableStateFlow(AuthenticationThrottlingModel()) regex203 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow()269 _throttling.value = throttlingModel