Interface RegistrationCacheStore
public interface RegistrationCacheStore
When a webauthn register request workflow starts, we need a cache store to store and pull
data from the flow.
-
Method Summary
Modifier and TypeMethodDescriptionget(com.yubico.webauthn.data.ByteArray id) voidput(com.yubico.webauthn.data.ByteArray id, RegistrationRequest registrationRequest) booleanremove(com.yubico.webauthn.data.ByteArray id)
-
Method Details
-
get
-
put
-
remove
boolean remove(com.yubico.webauthn.data.ByteArray id)
-