/* * oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */ package org.xdi.oxauth.model.common; /** * @author Yuriy Zabrovarnyy * @version 0.9, 20/12/2012 */ public interface HasParamName { String getParamName(); }