java.lang.Object
com.webauthn4j.verifier.internal.TokenBindingVerifier
Deprecated.
While Token Binding was present in Level 1 and Level 2 of WebAuthn, its use is not expected in Level 3. Use constructor without tokenBindingId
Verifies the specified
TokenBinding-
Method Summary
Modifier and TypeMethodDescriptionstatic voidverify(@Nullable TokenBinding clientDataTokenBinding, @org.jetbrains.annotations.Nullable byte[] serverTokenBindingId) Deprecated.
-
Method Details
-
verify
public static void verify(@Nullable @Nullable TokenBinding clientDataTokenBinding, @Nullable @org.jetbrains.annotations.Nullable byte[] serverTokenBindingId) Deprecated.
-