com.identityx.clientSDK.piiSupport.transactionContentProviders.ITransactionContentProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of IdentityXClientSDK Show documentation
Show all versions of IdentityXClientSDK Show documentation
Client SDK for IdentityX Rest Services
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