Class AuthenticationRequest
java.lang.Object
com.vmware.vra.jenkinsplugin.model.AuthenticationRequest
public class AuthenticationRequest extends Object
-
Constructor Summary
Constructors Constructor Description AuthenticationRequest()
AuthenticationRequest(String refreshToken)
-
Method Summary
Modifier and Type Method Description String
getRefreshToken()
void
setRefreshToken(String refreshToken)
-
Constructor Details
-
AuthenticationRequest
public AuthenticationRequest() -
AuthenticationRequest
-
-
Method Details