Resolve the driver by provider.ServerDriverKey via MJGlobal.ClassFactory.
Merge provider Configuration (defaults) + account Configuration (overrides) into the base config.
If the account has a CredentialID, decrypt it via the Credential Engine and overlay the values,
wiring an onTokenRefresh callback that persists rotated tokens back via updateCredential.
Call driver.initialize(...).
Credential values take precedence over Configuration, matching the Storage merge order.
Resolve + initialize a signature provider driver for an account, using the Credential Engine.
Mirrors MJStorage's
initializeDriverWithAccountCredentials:provider.ServerDriverKeyviaMJGlobal.ClassFactory.onTokenRefreshcallback that persists rotated tokens back viaupdateCredential.driver.initialize(...).Credential values take precedence over Configuration, matching the Storage merge order.