io.mosip.kernel.openid.bridge.api.service.AuthZService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kernel-openid-bridge-api Show documentation
Show all versions of kernel-openid-bridge-api Show documentation
Mosip Open-ID-Connect bridge API
/**
*
*/
package io.mosip.kernel.openid.bridge.api.service;
import io.mosip.kernel.core.authmanager.model.MosipUserTokenDto;
/**
* @author Ramadurai Pandian
*
*/
public interface AuthZService {
MosipUserTokenDto validateToken(String token) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy