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 StringgetAccess_token()StringgetRefresh_token()StringgetScope()voidsetAccess_token(String access_token)voidsetRefresh_token(String refresh_token)voidsetScope(String scope)
-
Constructor Details
-
UserPasswordAuthenticationResponse
public UserPasswordAuthenticationResponse() -
UserPasswordAuthenticationResponse
-
-
Method Details