io.fusionauth.domain.api.WebAuthnAuthenticatorRegistrationResponse 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.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