DocumentUtil
object DocumentUtil
A set of utilities and helpers for working with documents.
Functions
Link copied to clipboard
suspend fun managedCredentialHelper(document: Document, domain: String, createCredential: suspend (credentialIdentifierToReplace: String?) -> Credential?, now: Instant, numCredentials: Int, maxUsesPerCredential: Int, minValidTimeMillis: Long, dryRun: Boolean): Int
A helper for managing a set of Credentials.