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

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

There is a newer version: 1.53.0
Show newest version
/*
 * Copyright (c) 2022, FusionAuth, All Rights Reserved
 */
package io.fusionauth.domain.webauthn;

/**
 * Contains the output for the {@code credProps} extension
 *
 * @author Spencer Witt
 */
public class CredentialPropertiesOutput {
  public boolean rk;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy