com.identityx.clientSDK.expandSpecs.RegistrationChallengeExpandSpecForGet Maven / Gradle / Ivy
package com.identityx.clientSDK.expandSpecs;
import com.identityx.clientSDK.queryHolders.ExpandSpecItem;
public class RegistrationChallengeExpandSpecForGet {
private ExpandSpecItem policy = new ExpandSpecItem();
private ExpandSpecItem registration = new ExpandSpecItem();
public ExpandSpecItem getPolicy() {
return policy;
}
public ExpandSpecItem getRegistration() {
return registration;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy