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

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

There is a newer version: 0.0.33
Show newest version
package com.cybersource.authsdk.core;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy