File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
web/src/main/java/org/springframework/security/web/webauthn/api Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package org .springframework .security .web .webauthn .api ;
18
18
19
- import org .springframework .security .web .webauthn .management .RelyingPartyAuthenticationRequest ;
20
- import org .springframework .security .web .webauthn .management .WebAuthnRelyingPartyOperations ;
21
-
22
19
/**
23
20
* <a href=
24
21
* "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity">PublicKeyCredentialUserEntity</a>
28
25
*
29
26
* @author Rob Winch
30
27
* @since 6.4
31
- * @see WebAuthnRelyingPartyOperations#authenticate(RelyingPartyAuthenticationRequest)
28
+ * @see org.springframework.security.web.webauthn.management. WebAuthnRelyingPartyOperations#authenticate(org.springframework.security.web.webauthn.management. RelyingPartyAuthenticationRequest)
32
29
*/
33
30
public interface PublicKeyCredentialUserEntity {
34
31
You can’t perform that action at this time.
0 commit comments