setAllowUsingExhaustedKeys
open fun setAllowUsingExhaustedKeys(allowUsingExhaustedKeys: Boolean): CredentialDataRequest.Builder
Sets whether to allow using an authentication key which use count has been exceeded.
This is useful in situations where the application hasn't had a chance to renew authentication keys, for example if the device hasn't been connected to the Internet or if the issuing authority server has been down.
The reason this could be useful is that the privacy risk of reusing an authentication key for a credential presentation could be significantly smaller compared to the inconvenience of not being able to present the credential at all.
By default this is set to true.
Return
the builder.
Parameters
allowUsingExhaustedKeys
whether to allow using an authentication key which use count has been exceeded if no other key is available.