ProfileValidator.java 379 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 */
package com.adobe.granite.auth.oauth;

import aQute.bnd.annotation.ConsumerType;
import java.util.Map;

@ConsumerType
public interface ProfileValidator {
    public String getId();

    public boolean isValidProfile(String var1, Map<String, Object> var2);
}