trySetupUninterruptedSigning

open suspend fun trySetupUninterruptedSigning(configure: DSLConfigureFn<SigningConfiguration> = null): KmmResult<Unit>(source)


open suspend override fun trySetupUninterruptedSigning(): KmmResult<Unit>(source)

Try to ensure that the Signer is ready to immediately sign data, on a best-effort basis. For example, if user authorization allows signing for a given timeframe, this will prompts for authorization now.

If ahead-of-time authorization makes no sense for this Signer, does nothing.