All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.admin.login.service.LoginService Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.admin.login.service;

import io.mosip.admin.login.dto.AccessTokenResponseDTO;

/**
 * The Interface LoginService.
 * 
 * @author Sasikumar Ganesan
 */
public interface LoginService {

	AccessTokenResponseDTO loginRedirect(String state, String sessionState, String code, String stateCookie,
			String redirectURI);

	String getKeycloakURI(String redirectURI, String state);

	String getAuthTokenHeader();

	Boolean getCookieSecurity();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy