All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fusionauth.domain.webauthn.WebAuthnRegistrationExtensionOptions Maven / Gradle / Ivy

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