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, minValidTime: Duration, dryRun: Boolean): Int

A helper for managing a set of Credentials.