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

com.cybersource.authsdk.core.TokenGenerator Maven / Gradle / Ivy

package com.cybersource.authsdk.core;

public interface TokenGenerator {
	
	/**
	 * @return token generated as per http_signature or JWT
	 */
	public String getToken();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy