Class PublicKeyCredential<R extends AuthenticatorResponse>

java.lang.Object
org.springframework.security.web.webauthn.api.PublicKeyCredential<R>
All Implemented Interfaces:
Serializable

public final class PublicKeyCredential<R extends AuthenticatorResponse> extends Object implements Serializable
PublicKeyCredential contains the attributes that are returned to the caller when a new credential is created, or a new assertion is requested.
Since:
6.4
See Also: