io.fusionauth.domain.webauthn.WebAuthnRegistrationExtensionOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fusionauth-java-client Show documentation
Show all versions of fusionauth-java-client Show documentation
The Java Client library provides a native Java binding to the FusionAuth REST API.
The newest version!
/*
* Copyright (c) 2022, FusionAuth, All Rights Reserved
*/
package io.fusionauth.domain.webauthn;
import io.fusionauth.domain.Buildable;
/**
* Options to request extensions during credential registration
*
* @author Spencer Witt
*/
public class WebAuthnRegistrationExtensionOptions implements Buildable {
/**
* Set to {@code true} to request information on whether the new credential is client-side discoverable
*/
public boolean credProps;
}
© 2015 - 2026 Weber Informatics LLC | Privacy Policy