com.identityx.clientSDK.piiSupport.transactionContentProviders.ITransactionContentProvider Maven / Gradle / Ivy
package com.identityx.clientSDK.piiSupport.transactionContentProviders;
import com.identityx.clientSDK.piiSupport.DisplayPNGCharacteristics;
/*
* Provides content for the fidoAuthenticationRequest structure
*/
public interface ITransactionContentProvider {
String getContent();
String getContent(DisplayPNGCharacteristics descriptor);
boolean isContentTypeSupported(String contentType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy