Class UserPasswordAuthenticationResponse
java.lang.Object
com.vmware.vra.jenkinsplugin.model.UserPasswordAuthenticationResponse
public class UserPasswordAuthenticationResponse extends Object
-
Constructor Summary
Constructors Constructor Description UserPasswordAuthenticationResponse()
UserPasswordAuthenticationResponse(String scope, String access_token, String refresh_token)
-
Method Summary
Modifier and Type Method Description String
getAccess_token()
String
getRefresh_token()
String
getScope()
void
setAccess_token(String access_token)
void
setRefresh_token(String refresh_token)
void
setScope(String scope)
-
Constructor Details
-
UserPasswordAuthenticationResponse
public UserPasswordAuthenticationResponse() -
UserPasswordAuthenticationResponse
-
-
Method Details