You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension processing also alter platform behaviour. As an example 12.1. Credential Protection (credProtect) may require performing additional authenticator checks, in certain circumstances. The need for these checks may be represented in a new ClientBehaviour struct, to be potentially altered during extension processing:
traitClientExtensionProcessing<G,C>{
fun get(&self, input:&G,&mut clientBehaviour:ClientBehaviour):ExtensionResult<CborMap>
fun create(&self, input:&C,&mut clientBehaviour:ClientBehaviour):ExtensionResult<CborMap>
}
Extension processing also alter platform behaviour. As an example 12.1. Credential Protection (credProtect) may require performing additional authenticator checks, in certain circumstances. The need for these checks may be represented in a new
ClientBehaviour
struct, to be potentially altered during extension processing:Originally posted by @AlfioEmanueleFresta in #77 (comment)
The text was updated successfully, but these errors were encountered: