DocumentProvisioningSettings
Settings for controlling provisioning of org.multipaz.credential.Credentials in a org.multipaz.document.Document.
This is used by DocumentProvisioningHandler.
Parameters
replace a credential if it's going to be valid for less than this amount of time.
replace a key-bound credential if its use-count is greater or equal than this number.
number of key-bound credentials to maintain, per domain.
replace a keyless credential if its use-count is greater or equal than this number.
number of keyless credentials to maintain, per domain.
the timeout to use for newly created keys, or 0 for authentication for every use.
if true, will request keyBoundCredentialNumPerDomain credentials for user auth, in the domains given by mdocUserAuthDomain and sdJwtUserAuthDomain.
if true, will request keyBoundCredentialNumPerDomain credentials without user auth, in the domains given by mdocNoUserAuthDomain and sdJwtNoUserAuthDomain.
the domain to use when requesting ISO mdoc credentials with user auth required.
the domain to use when requesting ISO mdoc credentials without user auth required.
the domain to use when requesting key-bound IETF SD-JWT VC credentials with user auth required.
the domain to use when requesting key-bound IETF SD-JWT VC credentials without user auth required.
the domain to use when requesting non-key-bound IETF SD-JWT VC credentials