Searched refs:authenticationResult (Results 1 – 1 of 1) sorted by relevance
276 val authenticationResult = repository.checkCredential(credential) regex279 if (authenticationResult.isSuccessful || !tryAutoConfirm) {281 isSuccessful = authenticationResult.isSuccessful,286 if (!authenticationResult.isSuccessful && authenticationResult.throttleDurationMs > 0) {288 durationMs = authenticationResult.throttleDurationMs,293 if (authenticationResult.isSuccessful) {299 return authenticationResult.isSuccessful