}
@Override
public void refresh() throws OpenShiftException {
final AuthorizationResourceDTO authorizationDTO = new GetAuthorizationRequest().execute();
this.id = authorizationDTO.getId();
this.note = authorizationDTO.getNote();
this.scopes = authorizationDTO.getScopes();
this.token = authorizationDTO.getToken();
this.expiresIn = authorizationDTO.getExpiresIn();
}