edu.utexas.tacc.tapis.tokens.client.model.RefreshTokenParms Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tokens-client Show documentation
Show all versions of tokens-client Show documentation
Java client for Tokens Service
package edu.utexas.tacc.tapis.tokens.client.model;
import edu.utexas.tacc.tapis.tokens.client.gen.model.InlineObject;
/** Wrapper class for the generated refresh token model class.
*
* @author rcardone
*d
*/
public class RefreshTokenParms
extends InlineObject
{
}