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

io.fusionauth.domain.api.WebAuthnAuthenticatorRegistrationResponse Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2022, FusionAuth, All Rights Reserved
 */
package io.fusionauth.domain.api;

import io.fusionauth.domain.Buildable;

/**
 * The authenticator's response for the registration ceremony in its encoded format
 *
 * @author Spencer Witt
 */
public class WebAuthnAuthenticatorRegistrationResponse implements Buildable {
  /**
   * The attestation data in CBOR that has been base64URL-encoded for transport
   */
  public String attestationObject;

  /**
   * Base64URL-encoded client data for the registration ceremony
   */
  public String clientDataJSON;
}




© 2015 - 2026 Weber Informatics LLC | Privacy Policy