Class PublicKeyCredentialHint

java.lang.Object
com.yubico.webauthn.data.PublicKeyCredentialHint

public final class PublicKeyCredentialHint extends Object
Hints to guide the user agent in interacting with the user.

For example, the SECURITY_KEY hint may be used to ask the client to emphasize the option of using an external security key, or the CLIENT_DEVICE hint may be used to ask the client to emphasize the option of using a built-in passkey provider.

These hints are not requirements, and do not bind the user-agent, but may guide it in providing the best experience by using contextual information about the request.

See Also: